Re: [w3c/ServiceWorker] Proposal: pass custom params in ServiceWorkerRegistration for future use (#1157)

@asutherland, I prefer not to change a file name, it will cause additional download for `sw.js` because of query URL. And when used hash URL like `sw.js#foo=bar&baz=f`, the hash isn't passed to `location.pathname`... what makes the only way yo pass params is by query URL.
Also, in order to avoid duplicate content, I trim queries from URLs by server-side, and it makes this issue still relevant.

-- 
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/1157#issuecomment-306168198

Received on Monday, 5 June 2017 11:43:13 UTC