This group is for important announcements and discussion about Service Worker.
Getting started?
Have a technical question?
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...