Re: [w3c/ServiceWorker] Proposal: FetchEvent.navigationLoadType (#1167)

@toyoshim: location.href = location.href is a normal navigation in Chrome only if your URL doesn't have a fragment. If it has a fragment, it is a same-document navigation. We might want to fix this eventually so that  it behaves similarly with and without the fragment.

-- 
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/1167#issuecomment-351375063

Received on Wednesday, 13 December 2017 12:19:16 UTC