- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 27 Jan 2016 11:31:12 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 27 January 2016 19:31:39 UTC
It seems e.g., `matchAll()` still invokes the `Request` constructor from a section that runs in parallel. That is a little odd, because e.g., it means the promise is not guaranteed to reject at the end of the current task, which is what you'd expect. I would expect methods to do that kind of setup work first, before returning and running some steps in parallel for lookup. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/672#issuecomment-175812045
Received on Wednesday, 27 January 2016 19:31:39 UTC