ProgressEvent

Module:
events
Inherits from:
Declared In:

Overview

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



Functions

initProgressEvent

initProgressEvent


void initProgressEvent(
    in DOMString typeArg, 
    in boolean canBubbleArg, 
    in boolean cancelableArg, 
    in boolean lengthComputableArg, 
    in unsigned long loadedArg, 
    in unsigned long totalArg); 

Member Data

lengthComputable
loaded
total

lengthComputable


readonly attribute boolean lengthComputable; 


loaded


readonly attribute unsigned long loaded; 


total


readonly attribute unsigned long total; 

 

Last Updated: 2009-05-29