[ServiceWorker] Remove client request requirement from respondWith() (#725)

> If response.type is "opaque", and request's associated request is a client request, set the respond-with error flag.

This is already a requirement per Fetch and done somewhat better there. `respondWith()` should just passthrough any response.

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

Received on Sunday, 26 July 2015 14:08:35 UTC