Mac OS X Reference Library Apple Developer
Search

XMLHttpRequestUpload

Module:
xml
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

addEventListener
dispatchEvent
removeEventListener

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); 

Member Data

onabort
onerror
onload
onloadstart
onprogress

onabort



attribute EventListener onabort; 

onerror



attribute EventListener onerror; 

onload



attribute EventListener onload; 

onloadstart



attribute EventListener onloadstart; 

onprogress



attribute EventListener onprogress; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27