Re: [whatwg/fetch] fetch() is unclear on which realm's Request it uses (#777)

Right, I see.

This kind of spawns another issue though. Currently in Chrome and Firefox `fetch.call(otherWindow, 'url')` actually returns an instance of `otherWindow.Promise` that resolves to an instance of `otherWindow.Response`, even though the `fetch` belongs to the current window, but not in Safari.

-- 
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/777#issuecomment-404821751

Received on Friday, 13 July 2018 12:40:24 UTC