-
Notifications
You must be signed in to change notification settings - Fork 393
Closed
Description
I was having trouble running this in dev mode in firefox.
Loading worker.js
will fail with SyntaxError: import declarations may only appear at top level of a module
This is because firefox does not support worker modules by default
Fix / Workaround
If you wish to run this in dev mode in firefox
you will have to enable it manually via about:config
and set dom.workers.modules.enabled
to true
This was added in firefox111 if you have older version this may not work
Metadata
Metadata
Assignees
Labels
No labels