| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-11-15 | 822 Bytes | |
| Workbox v6.4.1 source code.tar.gz | 2021-11-15 | 776.1 kB | |
| Workbox v6.4.1 source code.zip | 2021-11-15 | 1.2 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
The Workbox v6.4.1 release fixes a few issues:
š What's Fixed?
workbox-build
- The dependency on
@apideck/better-ajv-errorshas been updated, which in turn addresses a security issue in one of its dependencies. [#2977]
worbox-navigation-preload
- The inline TypeScript definition for
preloadResponsewas 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.urlinto account inStrategyHandler.getCacheKey(). This ensures if a custom strategy overrides theStrategy._handle()method and performs multiple cache operations on different URLs, the cache key is properly calculated for each distinct URL. [#2973]