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

> F2F: add fragments to request & response urls. Cache API will store them, but will ignore them when matching.

I'm planning to work on this. This will change cache methods to not remove the fragments (store them as given) and Query Cache algorithm to exclude the fragments when matching the urls. To be clear, scope urls will still be stored without fragments and matched without them.

@annevk Does fetch have any dependencies that will break things if I invoke it with a url having a fragment? Otherwise, I'll update the SW part of it.

---
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-224266162

Received on Tuesday, 7 June 2016 12:33:57 UTC