Dart
dart:html
ExtendableEvent
waitUntil method
waitUntil
Dart
dart:html
ExtendableEvent
waitUntil method
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 ==
description
waitUntil
method
void
waitUntil
(
Future
f
)
Implementation
void waitUntil(Future f) native;