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

> So, in essence, a navigation that is in progress should always get to complete (regardless of the client type)? 

Well, it could be stopped through other means.  I just think of a "reserved" Client object as an inert placeholder.  The only thing you can really do with it is queue up messages via postMessage().

I support we could be more explicit about this by creating a `ReservedClient` interface that avoids exposing methods like navigate, focus, etc.

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

Received on Monday, 24 April 2017 17:44:50 UTC