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

As far as I can tell that creates a (navigated) browsing context in both Chrome and Firefox (i.e., `frames[0]` is not undefined). In Firefox the resulting `WindowProxy` is always cross-origin, in Chrome a bunch of implementation details are exposed (such as `embed` having a thing called `internalid`) when I put that code on the same origin (via DevTools, but no real reason to distrust). That puts me even more firmly in the navigate camp.

-- 
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-547427524

Received on Tuesday, 29 October 2019 13:47:02 UTC