|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
XMLHttpRequestUpload |
| Module: | xml |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
addEventListener |
void addEventListener( in DOMString type, in EventListener listener, in boolean useCapture);
dispatchEvent |
boolean dispatchEvent( in Event evt) raises(EventException);
removeEventListener |
void removeEventListener( in DOMString type, in EventListener listener, in boolean useCapture);
onabort |
attribute EventListener onabort;
onerror |
attribute EventListener onerror;
onload |
attribute EventListener onload;
onloadstart |
attribute EventListener onloadstart;
onprogress |
attribute EventListener onprogress;
Last Updated: 2009-05-29