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
As currently specified this change wouldn't necessarily affect DedicatedWorkerGlobalScope as it doesn't close its port when close() is invoked on the worker. Should it?
The text was updated successfully, but these errors were encountered:
As proposed by @mkruisselbrink in #4210 (comment) and seconded by @bakulf. Web compatibility unknown.
As currently specified this change wouldn't necessarily affect DedicatedWorkerGlobalScope as it doesn't close its port when
close()
is invoked on the worker. Should it?The text was updated successfully, but these errors were encountered: