For a Fast Fetch-related use case, I need the ability to distinguish network failures from non-2xx response codes in AJAX requests. I could do this with fetch except that that always rejects on a non-2xx response. Could an option be provided to not do that?