| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| workbox-v4.3.0.tar.gz | 2019-04-15 | 281.5 kB | |
| workbox-v4.3.0.zip | 2019-04-15 | 353.6 kB | |
| README.md | 2019-04-15 | 1.0 kB | |
| Workbox v4.3.0 source code.tar.gz | 2019-04-15 | 591.3 kB | |
| Workbox v4.3.0 source code.zip | 2019-04-15 | 934.9 kB | |
| Totals: 5 Items | 2.2 MB | 0 | |
🎉 What's New?
workbox-background-sync
- Adds a new
getAll()method to theQueueclass. This can be used to get a list of all unexpired entries in a given queue without removing them. This is useful in situations where replaying the queue is not possible (the user is offline), but you want to show information about the queue to the user. [#2018]
🐛 What's Fixed?
Build Tools
- Fixes a bug where the
workboxnamespace was used before it was defined, whennavigationPreload: true. [#2007] - Properly passes in a custom channel name when using the
broadcastUpdateoption inruntimeCaching. [#2017]
workbox-background-sync
- Fixes a bug in which a
Requestwasn't beingclone()ed before re-adding it to the queue. [#2014] - Ensures that when a navigation request is stored in the queue, it's serialized with a
modeofsame-origin. [#2015]
Thanks!
Special thanks to @merrywhether and @tarjei for contributions that went into this release.