Hacker News new | ask | show | jobs
by zhiel 1731 days ago
If anyone is curious about Seed, here is my example project for pushing it sorta to a limit: https://rsfractal.herokuapp.com/

It doesn't really test Seed, but I guess Seed just works?! :shrug:

1 comments

FYI it doesn't seem to work for me in Safari or Chrome.
It works fine for me on Chrome (Linux or Android), Edge(ium, on Linux and Windows) and Firefox (Linux, for some reason not Android). It fails on Gnome Web (which is WebKit GTK), which is the closest I could get to Safari, because of SharedArrayBuffers being unavailable [0]. It seems like WebKit hasn't re-enabled them since the first Spectre mitigations like Chromium and Firefox have.

One reason it could fail for you on Chrome is that perhaps you tested on iOS; Chrome on iOS shouldn't make or break web applications because Apple forces WebKit onto every browser on that platform, so they're all Safari with a skin. A broken website in iOS Safari is usually broken in all other browsers by Apple's design.

Otherwise the code should work fine on up-to-date Chrome across all real Chrome platforms, unless you specifically toggled flags...

[0]: https://caniuse.com/mdn-javascript_builtins_sharedarraybuffe...