| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| workbox-v4.0.0-rc.4.zip | 2019-02-26 | 348.1 kB | |
| workbox-v4.0.0-rc.4.tar.gz | 2019-02-26 | 272.3 kB | |
| README.md | 2019-02-26 | 636 Bytes | |
| Workbox v4.0.0-rc.4 source code.tar.gz | 2019-02-26 | 588.2 kB | |
| Workbox v4.0.0-rc.4 source code.zip | 2019-02-26 | 934.5 kB | |
| Totals: 5 Items | 2.1 MB | 0 | |
The latest RC release of Workbox v4 includes the following developer-visible changes, in addition to all the changes from the previous pre-releases.
🐛 What's Fixed?
workbox-precaching
- Fixed a bug where precached assets would not trigger the
cacheDidUpdatecallback because the now contain a__WB_REVISION__URL parameter. [#1914]
workbox-routing
- Fixed a bug where the message listener add via
addCacheListenerwould throw an error if a message event was received where theevent.dataproperty was not an object. [#1913]