Urara-Blog/node_modules/.pnpm-store/v3/files/39/b205ca1b0b92d267dbc27b06e920a1698310fc7637fcde487a8421187c46c90aa894a10936cacbf261e6b7f867926d3646074c00c3bfbb707aa638d8b15cbf
2022-08-14 01:14:53 +08:00

18 lines
482 B
Text

/*
Copyright 2018 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
import '../_version.js';
export const CACHE_UPDATED_MESSAGE_TYPE = 'CACHE_UPDATED';
export const CACHE_UPDATED_MESSAGE_META = 'workbox-broadcast-update';
export const NOTIFY_ALL_CLIENTS = true;
export const DEFAULT_HEADERS_TO_CHECK: string[] = [
'content-length',
'etag',
'last-modified',
];