/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/workbox-precaching/matchPrecache.d.ts
18 строк
633 B
1lostsun
initial commit
05 май 2025, 11:35
05 май 2025, 11:35
fe8f535
Код
Авторство
О чём код?
import './_version.js'; /** * Helper function that calls * {@link PrecacheController#matchPrecache} on the default * {@link PrecacheController} instance. * * If you are creating your own {@link PrecacheController}, then call * {@link PrecacheController#matchPrecache} on that instance, * instead of using this function. * * @param {string|Request} request The key (without revisioning parameters) * to look up in the precache. * @return {Promise<Response|undefined>} * * @memberof workbox-precaching */ declare function matchPrecache(request: string | Request): Promise<Response | undefined>; export { matchPrecache };