Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Service Workers

Service Workers

Manila Javascript, 01/19,2017, Penbrothers

Johnny Estilles

January 19, 2017
Tweet

More Decks by Johnny Estilles

Other Decks in Programming

Transcript

  1. Today’s Agenda • Overview of the Service Worker • Service

    Worker Prerequisites • Adding a Service Worker to a project • The Service Worker lifecycle • Service Worker related Dev Tools • What can we do with Service Workers? • Want more information about Service Workers? • Q&A
  2. Overview of the Service Worker • Service workers are scripts

    • Your browser runs them in the background • They runs separate from a web page • They opening the door to features that don't need a web page or user interaction