docs.rodeo

MDN Web Docs mirror

Progressive Web Apps reference

This reference describes the technologies, features, and APIs that Progressive Web Apps (PWAs) can use to offer a great user experience.

Web app manifest

Service Worker APIs

Communication with the app

The following APIs can be used by a service worker to communicate with its associated client PWA:

Offline operation

The following APIs can be used by a service worker to make your app work offline:

Background operation

The following APIs can be used by a service worker to perform tasks in the background, even when your app is not running:

Other web APIs

In this article

View on MDN