Application Hands-On 4
Service Worker and Background Sync Demo
Instructions:
- Open Chrome DevTools (F12)
- Go to the Application panel
- Navigate to Service Workers section
- Locate your service worker
- Press on "Network requests" to see its network requests
- Type a message in the "push" input box and press push. What do you see?
- Type a message in the "sync" input box and press sync. What do you see?
- Type a message in the "Periodic sync" input box and press periodic sync. What do you see?