-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cache/name): remove inconsistent references
- Loading branch information
1 parent
6899ede
commit 56d1289
Showing
14 changed files
with
224 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,108 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`library consistently exports 1`] = `"on :: function once :: function off :: function emit :: function emitter :: function eventListeners :: object calls :: object createMiddleware :: function createMiddlewareContext :: function createMiddlewareFactory :: function TYPES :: object ENUMS :: object expectedType :: function expectedArrayOfType :: function enumerableException :: function unknownKey :: function unknownEventName :: function validateInput :: function getCacheOptions :: function OneServiceWorkerError :: function errorFactory :: function notEnabled :: function notSupported :: function failedToInstall :: function failure :: function configure :: function getConfig :: function isDevelopment :: function isEventsEnabled :: function isNonStandardEnabled :: function isNavigationPreloadEnabled :: function isServiceWorker :: function isServiceWorkerSupported :: function isNotificationSupported :: function isPushSupported :: function isBackgroundSyncSupported :: function isCacheStorageSupported :: function isIndexedDBSupported :: function isPermissionsSupported :: function isOffline :: function getRegistration :: function getRegistrations :: function register :: function getWorker :: function postMessage :: function update :: function unregister :: function escapeHatch :: function showNotification :: function getNotifications :: function getSubscription :: function subscribe :: function unsubscribe :: function registerTag :: function getTags :: function urlBase64ToUint8Array :: function defaultCacheName :: string defaultCacheOptions :: object normalizeRequest :: function open :: function has :: function keys :: function match :: function matchAll :: function add :: function addAll :: function put :: function remove :: function removeAll :: function entries :: function clear :: function metaDataCacheName :: string createCacheName :: function createCacheEntryName :: function createMetaRequest :: function createMetaResponse :: function getMetaStore :: function getMetaData :: function setMetaData :: function deleteMetaData :: function onInstall :: function onActivate :: function onMessage :: function onPush :: function onSync :: function onFetch :: function cacheBusting :: function cacheRouter :: function cacheStrategy :: function clientsClaim :: function escapeHatchRoute :: function manifest :: function messageContext :: function messenger :: function navigationPreloadActivation :: function navigationPreloadResponse :: function appShell :: function precache :: function skipWaiting :: function expiration :: function"`; | ||
exports[`library consistently exports 1`] = ` | ||
"on :: function | ||
once :: function | ||
off :: function | ||
emit :: function | ||
emitter :: function | ||
eventListeners :: object | ||
calls :: object | ||
createMiddleware :: function | ||
createMiddlewareContext :: function | ||
createMiddlewareFactory :: function | ||
TYPES :: object | ||
ENUMS :: object | ||
expectedType :: function | ||
expectedArrayOfType :: function | ||
enumerableException :: function | ||
unknownKey :: function | ||
unknownEventName :: function | ||
validateInput :: function | ||
getCacheOptions :: function | ||
OneServiceWorkerError :: function | ||
errorFactory :: function | ||
notEnabled :: function | ||
notSupported :: function | ||
failedToInstall :: function | ||
failure :: function | ||
configure :: function | ||
getConfig :: function | ||
isDevelopment :: function | ||
isEventsEnabled :: function | ||
isNonStandardEnabled :: function | ||
isNavigationPreloadEnabled :: function | ||
isServiceWorker :: function | ||
isServiceWorkerSupported :: function | ||
isNotificationSupported :: function | ||
isPushSupported :: function | ||
isBackgroundSyncSupported :: function | ||
isCacheStorageSupported :: function | ||
isIndexedDBSupported :: function | ||
isPermissionsSupported :: function | ||
isOffline :: function | ||
getRegistration :: function | ||
getRegistrations :: function | ||
register :: function | ||
getWorker :: function | ||
postMessage :: function | ||
update :: function | ||
unregister :: function | ||
escapeHatch :: function | ||
showNotification :: function | ||
getNotifications :: function | ||
getSubscription :: function | ||
subscribe :: function | ||
unsubscribe :: function | ||
registerTag :: function | ||
getTags :: function | ||
urlBase64ToUint8Array :: function | ||
cachePrefix :: string | ||
cacheDelimiter :: string | ||
defaultCacheName :: string | ||
defaultCacheOptions :: object | ||
createCacheName :: function | ||
normalizeRequest :: function | ||
open :: function | ||
has :: function | ||
keys :: function | ||
match :: function | ||
matchAll :: function | ||
add :: function | ||
addAll :: function | ||
put :: function | ||
remove :: function | ||
removeAll :: function | ||
entries :: function | ||
clear :: function | ||
metaDataCacheName :: string | ||
createMetaCacheName :: function | ||
createMetaCacheEntryName :: function | ||
createMetaRequest :: function | ||
createMetaResponse :: function | ||
getMetaStore :: function | ||
getMetaData :: function | ||
setMetaData :: function | ||
deleteMetaData :: function | ||
createCacheEntryName :: function | ||
onInstall :: function | ||
onActivate :: function | ||
onMessage :: function | ||
onPush :: function | ||
onSync :: function | ||
onFetch :: function | ||
cacheBusting :: function | ||
cacheRouter :: function | ||
cacheStrategy :: function | ||
clientsClaim :: function | ||
escapeHatchRoute :: function | ||
manifest :: function | ||
messageContext :: function | ||
messenger :: function | ||
navigationPreloadActivation :: function | ||
navigationPreloadResponse :: function | ||
appShell :: function | ||
precache :: function | ||
skipWaiting :: function | ||
expiration :: function" | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.