service-worker-discuss

1–30 of 48

This group is for important announcements and discussion about Service Worker.


Getting started?
 ⇛ More resources and code samples: Is Service Worker Ready?'s Resources section.

Have a technical question?
 ⇛ ask us on StackOverflow by posting a question with the "service-worker" tag.


About Service Worker
Service Worker is a new browser feature that provide event-driven scripts that run independently of web pages and have access to domain-wide events such as network fetches, and will eventually be able to respond to other types of events such as notification interaction, push...

Use cases:
 Build an offline-first user experience: a webapp that works offline and hides network latencies (Chrome M40).
 Notification / push: re-engage with your users.
 Background sync: process user actions done while offline when back online, fetch new content for the day, etc.
 and more coming...