- From: Marc G. <notifications@github.com>
- Date: Sat, 12 Oct 2019 10:11:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 12 October 2019 17:11:47 UTC
It's inaccurate or incomplete. > XHR completes when the body is received. fetch completes when the headers are received. XHR has `readystate` 3 which corresponds to HEADERS_RECEIVED. We gotta strive for parity with XHR. ref https://stackoverflow.com/a/40877968/248058 -- 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-541343845
Received on Saturday, 12 October 2019 17:11:47 UTC