/
asias
/
new
Обзор
Документация
Войти
/
asias
/
new
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/workbox-precaching/utils/PrecacheInstallReportPlugin.d.ts
15 строк
550 B
AnastasyaDemina
project
07 дек 2025, 23:03
07 дек 2025, 23:03
7c21e25
Код
Авторство
О чём код?
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 };