PythonMonkey: ProgressEvent Class Reference
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.
◆ 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:
- python/pythonmonkey/builtin_modules/XMLHttpRequest.js
Public Member Functions inherited from