You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to import the external script from inside my worker: importScripts('hello-world.js') using the latest WorkerDOM 0.27.3, I get: SyntaxError: WorkerGlobalScope.importScripts: Failed to load worker script at "hello-world.js". How to import an external script from my worker?
The text was updated successfully, but these errors were encountered:
When I want to import the external script from inside my worker:
importScripts('hello-world.js')
using the latest WorkerDOM 0.27.3, I get:SyntaxError: WorkerGlobalScope.importScripts: Failed to load worker script at "hello-world.js"
. How to import an external script from my worker?The text was updated successfully, but these errors were encountered: