Workbox 2.1.3
What's new?
The 2.1.3 release contains a few changes to the workbox-background-sync
and workbox-broadcast-cache-update
modules to ensure that they will not attempt to use the Broadcast Channel API on a browsers that lacks support for it.
Safari is one such browser.
Notable PRs
- Gracefully no-op when BroadcastChannel doesn't exist (#1291)