XMLHttpRequestEventTarget

XMLHttpRequestEventTarget is the interface that describes the event handlers shared on XMLHttpRequest and XMLHttpRequestUpload.

You don't use XMLHttpRequestEventTarget directly; instead you interact with the sub classes.

Inheritance for XMLHttpRequest

EventTarget XMLHttpRequestEventTarget XMLHttpRequest

The following events are made available to XMLHttpRequest:

Inheritance for XMLHttpRequestUpload

EventTarget XMLHttpRequestEventTarget XMLHttpRequestUpload

The following events are made available to XMLHttpRequestUpload:

Specifications

Specification
XMLHttpRequest Standard
# xmlhttprequesteventtarget

Browser compatibility

BCD tables only load in the browser

See also