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

Since we check for method GET in 3.2, I think we're guaranteeing that we won't run the Request constructor and drain the body from a PUT.  So I think we can get away with just running the scheme check at 4.2.

Sorry for my confusion above.  Thanks!

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

Received on Monday, 6 April 2015 14:35:24 UTC