class XMLHttpRequestEventTarget
package js.html
extends EventTarget
extended by XMLHttpRequest, XMLHttpRequestUpload
Available on HTML5
XMLHttpRequestEventTarget
is the interface that describes the event handlers you can implement in an object that will handle events for an XMLHttpRequest
.
Documentation XMLHttpRequestEventTarget by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See: