PythonMonkey v0.9.1 (dev)
|
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 |
Events using the ProgressEvent interface indicate some kind of progression.
ProgressEvent::constructor | ( | type, | |
eventInitDict = {} |
|||
) |
{string} | type |
{{ | lengthComputable?: boolean; loaded?: number; total?: number; error?: Error; }} eventInitDict |