Dart
dart:html
ForeignFetchEvent
respondWith method
respondWith
ForeignFetchEvent class
Constructors
ForeignFetchEvent
Properties
origin
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;