asciinema / asciinema-server

Platform for hosting and sharing terminal session recordings
https://docs.asciinema.org/manual/server/
Apache License 2.0
2.31k stars 266 forks source link

Explore is broken on Firefox ESR, in Debian 10 #387

Closed ant9000 closed 2 years ago

ant9000 commented 3 years ago

Video playback is broken on the Firefox ESR version shipped with Debian 10:

Uncaught SyntaxError: expected expression, got '='

Apparently the culprit is this line:

window.players ||= new Map();

Same code on Debian 10 default Chromium is fine.

ku1ik commented 2 years ago

Thanks. Fortunately this is easy to fix.

Which version number your FF ESR is btw?

ant9000 commented 2 years ago

Thanks. Fortunately this is easy to fix.

Great :-)

Which version number your FF ESR is btw?

It's 78.15.0 ESR.

ku1ik commented 2 years ago

I believe I fixed it. Let me know otherwise.