Service Worker Sample: Multiple Fetch Handlers

Available in Chrome 40+

This sample demonstrates best practices for registering multiple fetch event handlers within a service worker.

Visit chrome://inspect/#service-workers and click on the "inspect" link below the registered service worker to view logging statements for the various actions the service-worker.js script is performing.