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

`<off topic>`
> If the fetch has completed it'll no-op.

Are you talking about the specification or the implementations? Do you have tests for that?
`</off topic>`

---

Anyway what I meant is, please try to strive for parity with XHR. We don't want more gotchas: the specification needs to be explicit. Ill give you another example, in XHR abortion behaviour on page quit wasn't clear at first.
So first and foremost parity, then you can move on and add new functionalities that are missing.
i.e. don't reactively change how XHR behaves in light of what you are trying to add to fetch (because XHR is _now_ explained in terms of `fetch`)

-- 
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-785861948

Received on Thursday, 25 February 2021 12:32:25 UTC