1
0
Fork 0

StaleWhileRevalidate is still there!

This commit is contained in:
Lim Chee Aun 2023-01-10 17:08:10 +08:00
parent 53f70e68f7
commit b2bc596209

View file

@ -1,7 +1,11 @@
import { CacheableResponsePlugin } from 'workbox-cacheable-response';
import { ExpirationPlugin } from 'workbox-expiration';
import { RegExpRoute, registerRoute, Route } from 'workbox-routing';
import { CacheFirst, NetworkFirst } from 'workbox-strategies';
import {
CacheFirst,
NetworkFirst,
StaleWhileRevalidate,
} from 'workbox-strategies';
self.__WB_DISABLE_DEV_LOGS = true;