ServiceWorkerGlobalScope.caches
The caches
read-only property of the
ServiceWorkerGlobalScope
interface returns the
CacheStorage
object associated with the service worker.
Syntax
var myCacheStorage = self.caches;
Value
A CacheStorage
object.
Specifications
Specification | Status | Comment |
---|---|---|
Service Workers The definition of 'ServiceWorkerGlobalScope.caches' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser