Urara-Blog/node_modules/.pnpm-store/v3/files/16/1ebc51b2f767ac9282971a65d966c835bf81b457622dad929ef52d8d24a10c01d5fd532408482428d528d61902b6373bff9a55662407a6d753f4be38545d74
2022-08-14 01:14:53 +08:00

19 lines
553 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 enum pluginEvents {
CACHE_DID_UPDATE = 'cacheDidUpdate',
CACHE_KEY_WILL_BE_USED = 'cacheKeyWillBeUsed',
CACHE_WILL_UPDATE = 'cacheWillUpdate',
CACHED_RESPONSE_WILL_BE_USED = 'cachedResponseWillBeUsed',
FETCH_DID_FAIL = 'fetchDidFail',
FETCH_DID_SUCCEED = 'fetchDidSucceed',
REQUEST_WILL_FETCH = 'requestWillFetch',
}