-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Uncaught TypeError: Failed to execute 'importScripts' on 'WorkerGlobalScope': Module scripts don't support importScripts() #11505
Comments
Thanks for reporting this @aerialist7. We're taking a look now. This appears to be an issue with cross-origin workers specifically - In this case between https://aerialist7.github.io/ and the CDN. |
@aerialist7 I have a branch, Could you try |
@ggetz, there is a problem with HTTP: Do you have an ability to deploy fixed version somewhere under HTTPS? |
I encountered the same issue when running Quickstart, and the browser console displayed these errors:
After replacing the |
Hi Team,
I faced with
importScripts
problem after upgrading from version 1.108 to version 1.109.I use a CDN version of Cesium.
I prepared a simple example to reproduce the problem.
Just check the browser console.
Sandcastle example:
Browser:
Operating System:
The text was updated successfully, but these errors were encountered: