|
Last change
on this file since cdcff72 was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
483 bytes
|
| Line | |
|---|
| 1 | import { PrecacheRouteOptions } from '../_types.js';
|
|---|
| 2 | import '../_version.js';
|
|---|
| 3 | /**
|
|---|
| 4 | * Generator function that yields possible variations on the original URL to
|
|---|
| 5 | * check, one at a time.
|
|---|
| 6 | *
|
|---|
| 7 | * @param {string} url
|
|---|
| 8 | * @param {Object} options
|
|---|
| 9 | *
|
|---|
| 10 | * @private
|
|---|
| 11 | * @memberof workbox-precaching
|
|---|
| 12 | */
|
|---|
| 13 | export declare function generateURLVariations(url: string, { ignoreURLParametersMatching, directoryIndex, cleanURLs, urlManipulation, }?: PrecacheRouteOptions): Generator<string, void, unknown>;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.