DEV Community

Discussion on: neo.mjs - the webworkers driven UI framework

Collapse
 
brieucp profile image
brieucp • Edited

No support for Firefox ?
I love workers but I love Firefox more :D

Collapse
 
uhligtobias profile image
Tobias Uhlig • Edited

The dist/development & dist/production versions work in FF.
They need more polishing though (see the online exmaples, scroll down).

Firefox is not able to support JS modules inside workers at this point (same for Safari),
so the non dist version can only run in Chrome until they catch up.

Collapse
 
brieucp profile image
brieucp

Indeed, my mistake !

Going to take a look at it.

Thanks.

Thread Thread
 
uhligtobias profile image
Tobias Uhlig

In case you do like FF:
bugzilla.mozilla.org/show_bug.cgi?...

please add some weight to this ticket. it is open for 4 years already and imo the main reason why FF is falling behind so badly.