Vodchat broken on Firefox (& Safari?)

For all the Suggestions and Feedback for https://vodchat.cohhilition.com/
Post Reply
User avatar
JustTeaThankYou
Posts: 3
Joined: Fri May 12, 2017 7:52 am
Contact:

Fri Dec 30, 2022 8:18 pm

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
User avatar
BarryCarlyon
Posts: 391
Joined: Thu Jan 23, 2014 11:43 am
Location: Internet
Contact:

Thu Jan 19, 2023 8:39 am

Issues loading in Firefox has been resolved
Post Reply