Dart
dart:html
ExtendableEvent
waitUntil method
waitUntil
ExtendableEvent class
Constructors
ExtendableEvent
Properties
bubbles
cancelable
composed
currentTarget
defaultPrevented
eventPhase
hashCode
isTrusted
matchingTarget
path
runtimeType
target
timeStamp
type
Methods
waitUntil
composedPath
noSuchMethod
preventDefault
stopImmediatePropagation
stopPropagation
toString
Operators
operator ==
waitUntil method
void
waitUntil
(
Future
f
)
Implementation
void waitUntil(Future f) native;