Re: [slightlyoff/ServiceWorker] Cache transactions & fixing `addAll` (#823)

I think an issue with `deleteResponse()` would be defining what counts for an equal response.  Currently the spec creates a new Response object for every match.  So it would have to define some underlying algorithm for a byte-by-byte comparison or something.

Similarly, we currently only match Request objects on URL and VARY headers.  So a `{matchExistingRequest: true}` would need some way to be more precise in its comparison.

Those are solvable problems, though, and potentially less complex for users than transactions.

---
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/823#issuecomment-204111278

Received on Thursday, 31 March 2016 20:27:19 UTC