Re: [slightlyoff/ServiceWorker] Access to fragment identifiers (#854)

Just to make sure I understood. It would be ok for a SW to receive a Request with a fragment identifier and to respond with a Response without (or with a different) fragment identifier, right? For instance, for a URL saying "file.mp4#t=10", if my SW trims the first 10s of the video, I would simply respond with a URL saying "file.mp4" to prevent the browser from seeking 10s further into that Response to t=20. 

---
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/854#issuecomment-208746519

Received on Tuesday, 12 April 2016 07:13:33 UTC