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
While discussing #1031 (comment), I noticed that client.postMessage() to a reserved client in the current spec throws as the destination (ServiceWorkerContainer) object shouldn't have been created yet. I think we may need a separate message queue to hold the messages while a client is in the reserved state, and re-queue them to the client message queue of the ServiceWorkerContainer object when it's created.
The text was updated successfully, but these errors were encountered:
While discussing #1031 (comment), I noticed that
client.postMessage()
to a reserved client in the current spec throws as the destination (ServiceWorkerContainer
) object shouldn't have been created yet. I think we may need a separate message queue to hold the messages while a client is in the reserved state, and re-queue them to the client message queue of theServiceWorkerContainer
object when it's created.The text was updated successfully, but these errors were encountered: