|
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:
268 bytes
|
| Line | |
|---|
| 1 | import './_version.js';
|
|---|
| 2 | /**
|
|---|
| 3 | * Claim any currently available clients once the service worker
|
|---|
| 4 | * becomes active. This is normally used in conjunction with `skipWaiting()`.
|
|---|
| 5 | *
|
|---|
| 6 | * @memberof workbox-core
|
|---|
| 7 | */
|
|---|
| 8 | declare function clientsClaim(): void;
|
|---|
| 9 | export { clientsClaim };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.