- From: jan-ivar <notifications@github.com>
- Date: Thu, 05 Jan 2017 11:51:15 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 January 2017 19:51:46 UTC
If we really need an object to represent the ongoing operation, this seems the most obvious: ```js let fetcher = new Fetcher(...args); let response = await fetcher.fetch(); ``` This separates what's synchronous from what's asynchronous. Same approach as [MediaRecorder](https://w3c.github.io/mediacapture-record/MediaRecorder.html#MediaRecorderAPI). -- 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/447#issuecomment-270739989
Received on Thursday, 5 January 2017 19:51:46 UTC