Not TestedTesting not done, may not work properly
Workers & Background

Service Worker API

Background event-driven worker for offline caching and push notifications.

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 reg = await navigator.serviceWorker.register('/sw.js');

About the Service Worker API Web API

Service workers act as proxy servers sitting between web applications and network.

Specification:W3C & WHATWG Web API Standard
Sponsored Content