Skip to content

Workbox 2.1.3

Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 28 Feb 19:54
· 802 commits to v7 since this release

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)