webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
List of all members
XMLHttpRequestUpload Interface Reference

import"XMLHttpRequestUpload.idl";

Inheritance diagram for XMLHttpRequestUpload:
XMLHttpRequestEventTarget EventTarget

Additional Inherited Members

- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 
- Public Attributes inherited from XMLHttpRequestEventTarget
attribute EventHandler onloadstart
 
attribute EventHandler onprogress
 
attribute EventHandler onabort
 
attribute EventHandler onerror
 
attribute EventHandler onload
 
attribute EventHandler ontimeout
 
attribute EventHandler onloadend
 

The documentation for this interface was generated from the following file: