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

Another argument for `makeVisibleTo` to sit on `foreignFetchEvent`: it can indicate the visibility of the response after it returns/resolves. `Response.makeVisibleTo` cannot, as it doesn't know anything about the destination.

Not convinced `makeVisibleTo` should take a promise either. It could be synchronous right?

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

Received on Thursday, 25 February 2016 11:06:10 UTC