W3C Service Workers

A W3C specification that enables web applications to work offline, do background synchronization, and intercept network requests. Service Workers act as a programmable network proxy between the browser and network.

API entry from apis.yml

apis.yml Raw ↑
aid: web-standards:w3c-service-workers
name: W3C Service Workers
description: A W3C specification that enables web applications to work offline, do background synchronization,
  and intercept network requests. Service Workers act as a programmable network proxy between the browser
  and network.
humanURL: https://www.w3.org/TR/service-workers/
tags:
- Offline
- Progressive Web Apps
- Service Workers
- W3C
properties:
- type: Documentation
  url: https://www.w3.org/TR/service-workers/
- type: GitHubRepository
  url: https://github.com/w3c/ServiceWorker