Not TestedTesting not done, may not work properly
Files & File System

Cache Storage

Store network Request/Response pairs for offline usage and PWA asset caching.

Checking support...
Advertisement

Interactive Input Workspace

Ready for input

Web API Execution Output

Result output will be displayed here after processing...

Native JavaScript Code Example (Zero Libraries)

const cache = await caches.open('v1');
await cache.add('/index.html');

About the Cache Storage Web API

CacheStorage API represents the storage for Request / Response object pairs.

Specification:W3C & WHATWG Web API Standard
Sponsored Content