skipWaiting in message handler doesn't work #2525
Labels
Breaking Change
Denotes a "major" semver change.
Developer Experience
Related to ease of use for developers.
workbox-core
Milestone
Library Affected:
workbox-core
Browser & Platform:
"all browsers"
Issue or Feature Request Description:
Calling
skipWaiting()
inmessage
event handler does nothing. Instead callingself.skipWaiting()
works. Tested in latest stable Chrome and Firefox.Application uses webpack an InjectManifest plugin.
The text was updated successfully, but these errors were encountered: