v1.0 with SW PWA enabled
This commit is contained in:
13
frontend/node_modules/workbox-precaching/utils/generateURLVariations.d.ts
generated
vendored
Normal file
13
frontend/node_modules/workbox-precaching/utils/generateURLVariations.d.ts
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import { PrecacheRouteOptions } from '../_types.js';
|
||||
import '../_version.js';
|
||||
/**
|
||||
* Generator function that yields possible variations on the original URL to
|
||||
* check, one at a time.
|
||||
*
|
||||
* @param {string} url
|
||||
* @param {Object} options
|
||||
*
|
||||
* @private
|
||||
* @memberof workbox-precaching
|
||||
*/
|
||||
export declare function generateURLVariations(url: string, { ignoreURLParametersMatching, directoryIndex, cleanURLs, urlManipulation, }?: PrecacheRouteOptions): Generator<string, void, unknown>;
|
||||
Reference in New Issue
Block a user