Application Hands-On 4

Service Worker and Background Sync Demo

Instructions:

  1. Open Chrome DevTools (F12)
  2. Go to the Application panel
  3. Navigate to Service Workers section
  4. Locate your service worker
  5. Press on "Network requests" to see its network requests
  6. Type a message in the "push" input box and press push. What do you see?
  7. Type a message in the "sync" input box and press sync. What do you see?
  8. Type a message in the "Periodic sync" input box and press periodic sync. What do you see?