[w3c/ServiceWorker] Touching documents in an "in parallel" section makes no sense (#1108)

https://w3c.github.io/ServiceWorker/#client-navigate runs steps in parallel (step 6) that do things like:

> If browsingContext has discarded its Document, reject promise with a TypeError and abort these steps.

But you can't poke that sort of state in an "in parallel" section.  Not least because it can change while the "in parallel" section is running (that's what "in parallel" means).

Of course it can also change before the task queued in step 6 substep 7 runs...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1108

Received on Friday, 7 April 2017 21:23:13 UTC