Re: Request for input on Foreign Fetch

On Wed, Jan 27, 2016 at 8:15 PM, Martin Thomson
<martin.thomson@gmail.com> wrote:
> Can then we reduce this problem to one of developer education?

That was our outcome. Part of that was requiring this explicit
"visible" wrapper on the response to make it perfectly clear you are
now sharing what is in it. Exact shape TBD, but something like

  event.respondWith(Response.makeVisible(fetch(...), { origin: ...,
headers: [ ... ] }))


-- 
https://annevankesteren.nl/

Received on Thursday, 28 January 2016 15:19:19 UTC