source: frontend/node_modules/workbox-core/index.js

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*/
8import { registerQuotaErrorCallback } from './registerQuotaErrorCallback.js';
9import * as _private from './_private.js';
10import { cacheNames } from './cacheNames.js';
11import { copyResponse } from './copyResponse.js';
12import { clientsClaim } from './clientsClaim.js';
13import { setCacheNameDetails } from './setCacheNameDetails.js';
14import { skipWaiting } from './skipWaiting.js';
15import './_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 */
23export { _private, cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails, skipWaiting, };
24export * from './types.js';
Note: See TracBrowser for help on using the repository browser.