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