gecko-dev/dom/xhr
Thomas Wisniewski 10f0320b36 Bug 1695216 - Follow the XMLHttpRequest spec more closely for network and other errors; r=kershaw,sunil
- clear the response on network failure (bad chunks, etc).
- throw the expected error for abort/timeout/error for sync XHR failures.

Differential Revision: https://phabricator.services.mozilla.com/D183782
2023-07-21 02:41:22 +00:00
..
tests Bug 1695216 - Follow the XMLHttpRequest spec more closely for network and other errors; r=kershaw,sunil 2023-07-21 02:41:22 +00:00
XMLHttpRequest.cpp Bug 1695216 - Follow the XMLHttpRequest spec more closely for network and other errors; r=kershaw,sunil 2023-07-21 02:41:22 +00:00
XMLHttpRequest.h
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h
XMLHttpRequestMainThread.cpp Bug 1695216 - Follow the XMLHttpRequest spec more closely for network and other errors; r=kershaw,sunil 2023-07-21 02:41:22 +00:00
XMLHttpRequestMainThread.h Bug 1695216 - Follow the XMLHttpRequest spec more closely for network and other errors; r=kershaw,sunil 2023-07-21 02:41:22 +00:00
XMLHttpRequestString.cpp
XMLHttpRequestString.h
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h
XMLHttpRequestWorker.cpp Bug 1695216 - Follow the XMLHttpRequest spec more closely for network and other errors; r=kershaw,sunil 2023-07-21 02:41:22 +00:00
XMLHttpRequestWorker.h
moz.build