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

@jungkees Why do we use `clone()` for some cases, but the Request constructor for others?  I don't think those are equivalent, are they?

For example, I would expect clone() to preserve the context, but the Request constructor to default it back to empty string.

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

Received on Thursday, 2 April 2015 13:50:04 UTC