XMLHttpRequestEventTarget is the interface that describes the event handlers you can implement in an object that will handle events for an XMLHttpRequest.
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 1 | Yes | 1 | 7 | Yes | 1 |
onabort |
? | ? | ? | ? | ? | ? |
onerror |
? | ? | ? | ? | ? | ? |
onload |
? | ? | ? | ? | ? | ? |
onloadend |
? | ? | ? | ? | ? | ? |
onloadstart |
? | ? | ? | ? | ? | ? |
onprogress |
? | ? | ? | ? | ? | ? |
ontimeout |
? | ? | ? | ? | ? | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 1 | 18 | Yes | Yes | ? | ? | Yes |
onabort |
? | ? | ? | ? | ? | ? | ? |
onerror |
? | ? | ? | ? | ? | ? | ? |
onload |
? | ? | ? | ? | ? | ? | ? |
onloadend |
? | ? | ? | ? | ? | ? | ? |
onloadstart |
? | ? | ? | ? | ? | ? | ? |
onprogress |
? | ? | ? | ? | ? | ? | ? |
ontimeout |
? | ? | ? | ? | ? | ? | ? |
XMLHttpRequest
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequestEventTarget