-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make importScripts() fail outside install #730
Comments
It seems maybe "imported scripts updated flag" should be set at the end of the top level worker script evaluation instead of at the end of the first importScripts() call? |
Sorry that I had missed this part of the work. Addressed it: 0e021ef.
Thanks for spotting this. I think the flag should be set only when all the |
Closing. |
I thought we had agreed that
importScripts()
should fail outside of installation? Otherwise we still have an unrestricted synchronous IO API...The text was updated successfully, but these errors were encountered: