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
The spec has been changed so that most events fired on ServiceWorker inherit from ExtendableEvent and therefore have a .waitUntil() method. The one exception is MessageEvent. Should we have some kind of ExtendedMessageEvent that inherits from ExtendableEvent and MessageEvent? Right now one cannot do this:
The spec has been changed so that most events fired on ServiceWorker inherit from ExtendableEvent and therefore have a
.waitUntil()
method. The one exception is MessageEvent. Should we have some kind of ExtendedMessageEvent that inherits from ExtendableEvent and MessageEvent? Right now one cannot do this:The text was updated successfully, but these errors were encountered: