-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Development in firefox instruction #8
Comments
Add this in |
Just to clarify, you mean you are unable to run the dev server (using Is this perhaps a known issue with vite's development mode? Edit: Re-reading your issue, are you referring to "Firefox Developer Edition"? |
Yes , you won't be able to run the app in firefox when using the command No i am not referring to "Firefox Developer Edition" |
Okay I see, thanks for pointing that out! I just tested and you're right. 👍 Please feel free to make a PR with the note under step 2. |
can we run whisper-large-v3-turbo |
I was having trouble running this in dev mode in firefox.
Loading
worker.js
will fail withSyntaxError: 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 setdom.workers.modules.enabled
totrue
The text was updated successfully, but these errors were encountered: