Download Latest Version Workbox v7.4.1 source code.zip (1.5 MB)
Email in envelope

Get an email when there's a new version of workbox

Home / v4.1.1
Name Modified Size InfoDownloads / Week
Parent folder
workbox-v4.1.1.zip 2019-03-15 347.3 kB
workbox-v4.1.1.tar.gz 2019-03-15 271.4 kB
README.md 2019-03-15 785 Bytes
Workbox v4.1.1 source code.tar.gz 2019-03-15 585.6 kB
Workbox v4.1.1 source code.zip 2019-03-15 932.1 kB
Totals: 5 Items   2.1 MB 0

šŸ› What's Fixed?

workbox-window

  • The removeEventListener() method of the Workbox class would throw due to an implementation error, this has been fixed. [#1963]

  • If, at registration time, there was already both an active and waiting service worker with the same script URL as the one being registered, calling getSW() or messageSW() after registration would target the active service worker rather than the waiting service worker. The intended behavior is that the target service worker associated with a Workbox instance is always the most recently registered service worker with a matching script URL. These methods now target the waiting service worker [#1961]

Thanks!

Special thanks to @donavon for contributions that went into this release.

Source: README.md, updated 2019-03-15