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
Is it possible? When i importScripts("web3.min.js") inside one, says Uncaught ReferenceError: Web3 is not defined when i try to call it. I tried browserify with webworkify, but it said Uncaught ReferenceError: window is not defined. So does web3 necessarily need window, which is inaccessible from a web worker context, or there's a workaround?
The text was updated successfully, but these errors were encountered:
Is it possible? When i
importScripts("web3.min.js")
inside one, saysUncaught ReferenceError: Web3 is not defined
when i try to call it. I tried browserify with webworkify, but it saidUncaught ReferenceError: window is not defined
. So does web3 necessarily needwindow
, which is inaccessible from a web worker context, or there's a workaround?The text was updated successfully, but these errors were encountered: