Failed to execute 'importScripts' on WorkerGlobalScope #372
Unanswered
apple54whn
asked this question in
Q&A
Replies: 1 comment
-
|
Have you created transaction.js file ? make sure its accessible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am using vite and incorporating jsstore through Web Worker. I want to utilize the Transaction feature. According to the documentation, I used
await connection.importScripts("./transaction.js");to import it, but I encountered an error "Failed to execute 'importScripts' on WorkerGlobalScope". How should I modify this?thanks
Beta Was this translation helpful? Give feedback.
All reactions