source: frontend/node_modules/workbox-precaching/utils/getCacheKeyForURL.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 448 bytes
Line 
1import { PrecacheRouteOptions } from '../_types.js';
2import '../_version.js';
3/**
4 * This function will take the request URL and manipulate it based on the
5 * configuration options.
6 *
7 * @param {string} url
8 * @param {Object} options
9 * @return {string} Returns the URL in the cache that matches the request,
10 * if possible.
11 *
12 * @private
13 */
14export declare const getCacheKeyForURL: (url: string, options: PrecacheRouteOptions) => string | void;
Note: See TracBrowser for help on using the repository browser.