Page 1 of 1

Vodchat broken on Firefox (& Safari?)

Posted: Fri Dec 30, 2022 8:18 pm
by JustTeaThankYou
It's likely I am the only hapless fool still clinging to Firefox. Anyway, it used to work but looks like a recentish update broke it due to the addition of:

Code: Select all

navigation.addEventListener('navigate', navigateEvent=>{
  'traverse' == navigateEvent.navigationType && changeVideo(new URL(navigateEvent.destination.url).pathname)
});
Which `ReferenceError: navigation is not defined`ed in Firefox (and presumably Safari, I haven't checked).

Unfortunately navigation is still experimental and mostly chromium-only, which these days mostly means not Firefox or Safari (desktop or mobile): https://developer.mozilla.org/en-US/doc ... patibility.

In terms of support timelines I don't think Firefox has started development and Safari is as always radio silent, so it's unclear what the future is there.

There is a polyfill apparently, but I can't vouch for it as I haven't personally used this api: https://github.com/virtualstate/navigation

Re: Vodchat broken on Firefox (& Safari?)

Posted: Thu Jan 19, 2023 8:39 am
by BarryCarlyon
Issues loading in Firefox has been resolved