Re: [w3c/ServiceWorker] Service worker client URL discrepancy (#1515)

I'm not sure we explicitly considered the case of navigating a SPA.

You can achieve what you want by first finding windows that match the correct origin/path without fragment and then using postMessage() to ask them their current URL.

We may want to expose a `client.currentURL` or something.  @jakearchibald WDYT?

-- 
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/1515#issuecomment-635988475

Received on Friday, 29 May 2020 14:01:47 UTC