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.3.0
Name Modified Size InfoDownloads / 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 the Queue class. 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 workbox namespace was used before it was defined, when navigationPreload: true. [#2007]
  • Properly passes in a custom channel name when using the broadcastUpdate option in runtimeCaching. [#2017]

workbox-background-sync

  • Fixes a bug in which a Request wasn't being clone()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 mode of same-origin. [#2015]

Thanks!

Special thanks to @merrywhether and @tarjei for contributions that went into this release.

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