Re: [whatwg/fetch] Add timeout option (#20)

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