Re: [whatwg/fetch] Split 'document' destination into 'frame' and 'iframe'. (#948)

> Still, both cases run through the same navigation architecture in Chrome, and we make a decision about whether to commit into a new browsing context vs. render the result.

I'm not sure that's the whole story, by the way.  `<object data="image-src">` creates a web-visible `self[0]` (and hence browsing context?) in Chrome if the src is same-origin but not if it's cross-origin, with both having the "image" rendering...  I can't speak to whether both have a browsing context under the hood.

-- 
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/pull/948#issuecomment-545488517

Received on Wednesday, 23 October 2019 15:05:03 UTC