- From: Matt Lubner <notifications@github.com>
- Date: Mon, 21 Aug 2017 16:34:49 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 21 August 2017 16:35:50 UTC
Forgive me if I'm being obtuse, but how does clearing the timeout after the response resolves timeout only the request? If `clearTimeout(timeoutId)` is after `await fetchPromise`, it will only clear the timeout after the response is received. Unless I'm missing something? -- 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/20#issuecomment-323793215
Received on Monday, 21 August 2017 16:35:50 UTC