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
What is the purpose of the ready event? Is there a way to build the event in a WebWorker-safe manner? I've looked into new Event, but that's not IE compatible.
The text was updated successfully, but these errors were encountered:
I tried initializing child web workers from a parent worker, and it seems to work well with the exception of the following error being thrown:
Digging in, it seems like its part of building up the
ready
event, although document is not in scope in the context of a WebWorker.What is the purpose of the
ready
event? Is there a way to build the event in a WebWorker-safe manner? I've looked intonew Event
, but that's not IE compatible.The text was updated successfully, but these errors were encountered: