You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue or Feature Request Description:
Calling precacheAndRoute (from workbox-precaching) after calling setCacheNameDetails({ prefix: 'example' }); (from workbox-core), results in workbox ignoring the prefix and creating the workbox-precache-v2.... cache instead of example-precache-v2....
cacheNames.precache (from workbox-core) returns the correct precache name example-precache-v2... (wich does not exist, in this context)
Library Affected:
workbox-core, workbox-precaching
Browser & Platform:
All browsers
Issue or Feature Request Description:
Calling
precacheAndRoute
(fromworkbox-precaching
) after callingsetCacheNameDetails({ prefix: 'example' });
(fromworkbox-core
), results in workbox ignoring the prefix and creating theworkbox-precache-v2....
cache instead ofexample-precache-v2...
.cacheNames.precache
(fromworkbox-core
) returns the correct precache nameexample-precache-v2...
(wich does not exist, in this context)This beahaviour was not present in 7.1.0
Example
The text was updated successfully, but these errors were encountered: