|
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:
935 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | Copyright 2018 Google LLC
|
|---|
| 3 |
|
|---|
| 4 | Use of this source code is governed by an MIT-style
|
|---|
| 5 | license that can be found in the LICENSE file or at
|
|---|
| 6 | https://opensource.org/licenses/MIT.
|
|---|
| 7 | */
|
|---|
| 8 | import { registerQuotaErrorCallback } from './registerQuotaErrorCallback.js';
|
|---|
| 9 | import * as _private from './_private.js';
|
|---|
| 10 | import { cacheNames } from './cacheNames.js';
|
|---|
| 11 | import { copyResponse } from './copyResponse.js';
|
|---|
| 12 | import { clientsClaim } from './clientsClaim.js';
|
|---|
| 13 | import { setCacheNameDetails } from './setCacheNameDetails.js';
|
|---|
| 14 | import { skipWaiting } from './skipWaiting.js';
|
|---|
| 15 | import './_version.js';
|
|---|
| 16 | /**
|
|---|
| 17 | * All of the Workbox service worker libraries use workbox-core for shared
|
|---|
| 18 | * code as well as setting default values that need to be shared (like cache
|
|---|
| 19 | * names).
|
|---|
| 20 | *
|
|---|
| 21 | * @module workbox-core
|
|---|
| 22 | */
|
|---|
| 23 | export { _private, cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails, skipWaiting, };
|
|---|
| 24 | export * from './types.js';
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.