Re: [ServiceWorker] When does the openWindow promise resolve? (#728)

I think we need some kind of explicit ready() on window side, which would resolve the promise
and probably also implicit ready() at page 'load' event time if the explicit ready() hasn't been used.
The current setup is just way too racy and guaranteed to cause issues on slow networks etc.

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

Received on Tuesday, 20 October 2015 13:04:36 UTC