You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcacheStorageOfMessageDocs=awaitcaches.open('obp-message-docs-cache')// Please note: The global 'caches' read-only property returns the 'CacheStorage' object associated with the current context.
273
280
// 'match': Checks if a given Request is a key in any of the Cache objects that the CacheStorage object tracks, and returns a Promise that resolves to that match.
// 'open': Returns a Promise that resolves to the Cache object matching the cacheName(obp-message-docs-json-schema-cache) (a new cache is created if it doesn't already exist.)
)// Please note: The global 'caches' read-only property returns the 'CacheStorage' object associated with the current context.
286
+
// 'match': Checks if a given Request is a key in any of the Cache objects that the CacheStorage object tracks, and returns a Promise that resolves to that match.
0 commit comments