Re: [ServiceWorker] Cache should sanitize the stored Request in put/add/addAll (#664)

> FYI, currently requests in `USVString` type passed to `addAll/put` are sanitized and `Request` objects passed to them are not.

That needs to be fixed. `addAll` performs fetching and cannot be more powerful than `fetch()` therefore.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/664#issuecomment-88391838

Received on Wednesday, 1 April 2015 08:26:02 UTC