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
Line 4 of client/index.js presumes the existence of document, which is not the case in a web worker (which also obviously doesn't have script tags). There should be an additional check here for whether document exists before querying the DOM for script tags.
The text was updated successfully, but these errors were encountered:
Line 4 of client/index.js presumes the existence of document, which is not the case in a web worker (which also obviously doesn't have script tags). There should be an additional check here for whether document exists before querying the DOM for script tags.
The text was updated successfully, but these errors were encountered: