Re: [ServiceWorker] Promise on navigator.serviceWorker that resolves when page is controlled (#799)

@delapuente That page self registers, so the initial page is not controlled.  If the test fetch happens before the clients.claim() finishes then there is no fetch event to be delayed.  It really does need to wait until being controlled before starting the test.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/799#issuecomment-166126919

Received on Sunday, 20 December 2015 15:11:16 UTC