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

Reading through the spec, it wasn't immediately clear what should happen when navigate() is called on a reserved client (which could be going through a navigation) or even a client that has an in progress navigation. Chatting with @mattto, it sounds like we should cancel the in-progress navigation and replace it with the new navigation. I would liken this to someone who is in the middle of a navigation when they change course via the address bar.

cc spec editors @jakearchibald and @jungkees 

-- 
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

Received on Tuesday, 18 April 2017 04:37:49 UTC