Dart
dart:html
PromiseRejectionEvent
promise property
promise
PromiseRejectionEvent class
Constructors
PromiseRejectionEvent
Properties
promise
reason
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
Methods
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
promise property
Future
promise
Implementation
Future get promise => promiseToFuture(JS("", "#.promise", this));