StaleWhileRevalidate is still there!

pull/47/head
Lim Chee Aun 2023-01-10 17:08:10 +08:00
rodzic 53f70e68f7
commit b2bc596209
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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;