Re: [whatwg/fetch] Fetch abort & no-cors requests (#563)

To be extra clear, the new feature relative to XMLHttpRequest is the ability to abort while an opaque response is being received (XMLHttpRequest would have gotten a network error at that point due to CORS). Aborting during the "requesting part" was already possible.

I think header truncation is a solved problem at this point in that you simply get a network error if they are incomplete.

HTTP cache interaction might also be worth touching on, in particular with respect to the recent refactoring efforts there. The easiest would be to simply not cache erred responses, at least not until we offer APIs around range requests and the like.

-- 
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/563#issuecomment-314079375

Received on Monday, 10 July 2017 11:30:20 UTC