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 WorkerGlobalScope's close() method should not be exposed to one of
its derived interfaces, ServiceWorkerGlobalScope, close() needs to be
moved to the derived interfaces which explicitly requires it. This
commit moves close() to DedicatedWorkerGlobalScope and
SharedWorkerGlobalScope.
Related issue: w3c/ServiceWorker#865
As WorkerGlobalScope's close() method should not be exposed to one of its derived interfaces, ServiceWorkerGlobalScope, close() needs to be moved to the derived interfaces which explicitly require it. This commit moves close() to DedicatedWorkerGlobalScope and SharedWorkerGlobalScope.
Related issue: w3c/ServiceWorker#865.
This makes little sense. Could you please upstream this to the HTML Standard by moving close() to dedicated and shared workers?
The text was updated successfully, but these errors were encountered: