|
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:
438 bytes
|
| Line | |
|---|
| 1 | import { PrecacheEntry } from '../_types.js';
|
|---|
| 2 | import '../_version.js';
|
|---|
| 3 | interface CacheKey {
|
|---|
| 4 | cacheKey: string;
|
|---|
| 5 | url: string;
|
|---|
| 6 | }
|
|---|
| 7 | /**
|
|---|
| 8 | * Converts a manifest entry into a versioned URL suitable for precaching.
|
|---|
| 9 | *
|
|---|
| 10 | * @param {Object|string} entry
|
|---|
| 11 | * @return {string} A URL with versioning info.
|
|---|
| 12 | *
|
|---|
| 13 | * @private
|
|---|
| 14 | * @memberof workbox-precaching
|
|---|
| 15 | */
|
|---|
| 16 | export declare function createCacheKey(entry: PrecacheEntry | string): CacheKey;
|
|---|
| 17 | export {};
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.