Skip to content

Workbox v6.4.1

Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 16 Nov 15:40
· 38 commits to v6 since this release

The Workbox v6.4.1 release fixes a few issues:

馃悰 What's Fixed?

workbox-build

worbox-navigation-preload

  • The inline TypeScript definition for preloadResponse was incorrect, and has been fixed to reflect the previous definition that used to be provided by the TypeScript standard library. [#2975]

worbox-strategies

  • Take request.url into account in StrategyHandler.getCacheKey(). This ensures if a custom strategy overrides the Strategy._handle() method and performs multiple cache operations on different URLs, the cache key is properly calculated for each distinct URL. [#2973]