- From: Timothy Gu <notifications@github.com>
- Date: Fri, 13 Jul 2018 05:40:01 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 13 July 2018 12:40:24 UTC
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