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
Do not throw from cross-process code in the SharedWorker constructor
Instead dispatch an error event from a task so any interprocess
communication can happen asynchronously. At least in theory.
Fixes part of whatwg#1819.
0 commit comments