Re: [w3c/ServiceWorker] WindowClient.navigate() behavior for reserved clients and in-flight navigations (#1123)

The synchronous part of [navigate](https://html.spec.whatwg.org/multipage/browsers.html#navigate) algorithm checks whether it'll abort its own steps or go ahead after aborting the active document of the browsing context. I think `client.navigate()` isn't different from other call sites like `location.assign()`, etc. Am I misunderstanding your point?

-- 
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/1123#issuecomment-296900808

Received on Tuesday, 25 April 2017 04:29:15 UTC