|
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:
753 bytes
|
| Line | |
|---|
| 1 | import { registerQuotaErrorCallback } from './registerQuotaErrorCallback.js';
|
|---|
| 2 | import * as _private from './_private.js';
|
|---|
| 3 | import { cacheNames } from './cacheNames.js';
|
|---|
| 4 | import { copyResponse } from './copyResponse.js';
|
|---|
| 5 | import { clientsClaim } from './clientsClaim.js';
|
|---|
| 6 | import { setCacheNameDetails } from './setCacheNameDetails.js';
|
|---|
| 7 | import { skipWaiting } from './skipWaiting.js';
|
|---|
| 8 | import './_version.js';
|
|---|
| 9 | /**
|
|---|
| 10 | * All of the Workbox service worker libraries use workbox-core for shared
|
|---|
| 11 | * code as well as setting default values that need to be shared (like cache
|
|---|
| 12 | * names).
|
|---|
| 13 | *
|
|---|
| 14 | * @module workbox-core
|
|---|
| 15 | */
|
|---|
| 16 | export { _private, cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails, skipWaiting, };
|
|---|
| 17 | export * from './types.js';
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.