/
Mikhail823
/
todo
Обзор
Документация
Войти
/
Mikhail823
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/workbox-precaching/utils/PrecacheInstallReportPlugin.d.ts
15 строк
550 B
Mikhail Popov
j
23 фев 2026, 16:12
23 фев 2026, 16:12
ff7232a
Код
Авторство
О чём код?
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 };