PythonMonkey   v0.7.2 (dev)
Loading...
Searching...
No Matches
ProgressEvent Class Reference
Inheritance diagram for ProgressEvent:
[legend]
Collaboration diagram for ProgressEvent:
[legend]

Public Member Functions

 constructor (type, eventInitDict={})
 
- Public Member Functions inherited from Event
 constructor (type)
 

Additional Inherited Members

- Public Attributes inherited from Event
 bubbles = false
 
 cancelable = true
 
 composed = false
 
 currentTarget = null
 
 devaultPrevented = false
 
 eventPhase = Event.NONE
 
 isTrusted = false
 
 target = null
 
 timeStamp = null
 
 type = ''
 
- Static Public Attributes inherited from Event
static NONE = 0
 
static CAPTURING_PHASE = 1
 
static AT_TARGET = 2
 
static BUBBLING_PHASE = 3
 

Detailed Description

Events using the ProgressEvent interface indicate some kind of progression.

Member Function Documentation

◆ constructor()

ProgressEvent::constructor (   type,
  eventInitDict = {} 
)
Parameters
{string}type
{{lengthComputable?: boolean; loaded?: number; total?: number; error?: Error; }} eventInitDict

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