Re: [whatwg/fetch] Feed a Response to existing APIs (#49)

Just learned about this, seems neat.

https://github.com/whatwg/fetch/issues/49#issuecomment-123901168 only mentions images, media, scripts and styles, but I wonder if this could be also used for nested frames (i.e. iframes).
 
One obviously tricky case is cross-origin cases (esp. with service workers, something that's discussed in https://github.com/w3c/ServiceWorker/issues/590), but what if we allow this only for same-origin or sandboxed cases (without same-origin-access)?  Then one can put fine control over when to load embeddable content, which feels convenient.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/49#issuecomment-612831604

Received on Monday, 13 April 2020 09:44:24 UTC