Disable media cache on service worker (#19471)

master
Yamagishi Kazutoshi 2022-10-27 01:21:36 +09:00 committed by GitHub
parent 31e23269f9
commit eebbc5439a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ registerRoute(
);
registerRoute(
({ request }) => ['audio', 'image', 'track', 'video'].includes(request.destination),
({ request }) => request.destination === 'image',
new CacheFirst({
cacheName: `m${CACHE_NAME_PREFIX}media`,
plugins: [