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

16 lines
476 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 = [
'content-length',
'etag',
'last-modified',
];