Re: [ServiceWorker] Define some way for foreign fetch to decide on opaqueness of responses (#841)

I mean the return of `foreignFetchEvent.makeVisibleTo()` is a wrapper around the new response. I'm trying to avoid creating yet another response type, especially one that's only useful between calling `foreignFetchEvent.makeVisibleTo()` and `foreignFetchEvent.respondWith()` checking it.

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

Received on Friday, 26 February 2016 12:25:47 UTC