|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
280 bytes
|
| Line | |
|---|
| 1 | import './_version.js';
|
|---|
| 2 | /**
|
|---|
| 3 | * Adds an `activate` event listener which will clean up incompatible
|
|---|
| 4 | * precaches that were created by older versions of Workbox.
|
|---|
| 5 | *
|
|---|
| 6 | * @memberof workbox-precaching
|
|---|
| 7 | */
|
|---|
| 8 | declare function cleanupOutdatedCaches(): void;
|
|---|
| 9 | export { cleanupOutdatedCaches };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.