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; 

 

Last Updated: 2009-05-29