- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 12 May 2016 03:18:44 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
Received on Thursday, 12 May 2016 10:19:11 UTC
How many APIs in a service worker can cause a fetch? 1. `fetch()` (we cannot let that be captured by the same service worker) 2. `openWindow()` (is captured, though not necessarily by the same service worker, depends on the URL) 3. `showNotification()` (currently not captured, despite being able to fetch multiple resources that should probably work offline) 4. ? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/303#issuecomment-218717067
Received on Thursday, 12 May 2016 10:19:11 UTC