- From: Binyamin Laukstein <notifications@github.com>
- Date: Mon, 05 Jun 2017 04:42:41 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 June 2017 11:43:13 UTC
@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