/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/workbox-precaching/utils/PrecacheInstallReportPlugin.d.ts
15 строк
550 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
import { WorkboxPlugin } from 'workbox-core/types.js'; import '../_version.js'; /** * A plugin, designed to be used with PrecacheController, to determine the * of assets that were updated (or not updated) during the install event. * * @private */ declare class PrecacheInstallReportPlugin implements WorkboxPlugin { updatedURLs: string[]; notUpdatedURLs: string[]; handlerWillStart: WorkboxPlugin['handlerWillStart']; cachedResponseWillBeUsed: WorkboxPlugin['cachedResponseWillBeUsed']; } export { PrecacheInstallReportPlugin };