/
asias
/
new
Обзор
Документация
Войти
/
asias
/
new
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/workbox-precaching/utils/PrecacheCacheKeyPlugin.d.ts
17 строк
617 B
AnastasyaDemina
project
07 дек 2025, 23:03
07 дек 2025, 23:03
7c21e25
Код
Авторство
О чём код?
import { WorkboxPlugin } from 'workbox-core/types.js'; import { PrecacheController } from '../PrecacheController.js'; import '../_version.js'; /** * A plugin, designed to be used with PrecacheController, to translate URLs into * the corresponding cache key, based on the current revision info. * * @private */ declare class PrecacheCacheKeyPlugin implements WorkboxPlugin { private readonly _precacheController; constructor({ precacheController }: { precacheController: PrecacheController; }); cacheKeyWillBeUsed: WorkboxPlugin['cacheKeyWillBeUsed']; } export { PrecacheCacheKeyPlugin };