Re: [slightlyoff/ServiceWorker] Reliable way to detect if a fetch is for a new page (#958)

There is a lot of discussion about client ID for navigations in #808.  We decided, I believe, to offer separate client IDs on the FetchEvent for:

1. The client that initiated the navigation
2. The client that is being replaced by the navigation
3. The client that is being created by the navigation

This has not been spec'd yet, but issue #817 is open for that.

@jakearchibald correct me if I got this wrong.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/958#issuecomment-240462707

Received on Wednesday, 17 August 2016 16:11:52 UTC