ekzhang / percival

📝 Web-based, reactive Datalog notebooks for data analysis and visualization
https://percival.ink
MIT License
603 stars 25 forks source link

Website https://percival.ink/ doesnt load on Firefox #10

Closed aurabindo closed 2 years ago

aurabindo commented 2 years ago

I see a white page if I open https://percival.ink/ in Firefox 78.15 (From Debian repo). But it works fine on Chrome

ekzhang commented 2 years ago

Thanks for the bug report! I don't think I can reproduce (it works for my latest version of Firefox 95.0 on macOS), but Percival does use a lot of bleeding-edge web technologies, so this makes sense.

If you have time, could you send a screenshot of any errors in your developer console?

ekzhang commented 2 years ago

Ah, it looks like top-level await isn't supported in Firefox versions below v89, according to caniuse.com.

image

Unfortunately, since Percival is an early research project and not an enterprise product, I don't believe it's my goal right now to support non-evergreen browsers, so I'm going to close this issue. If you're still running into a white screen, please update your browser version.