FetchEventInit extension type

on
Implemented types
Available extensions

Constructors

FetchEventInit({bool bubbles, bool cancelable, bool composed, required Request request, JSPromise<JSAny?> preloadResponse, String clientId, String resultingClientId, String replacesClientId, JSPromise<JSAny?> handled})
factory

Properties

bubbles bool
getter/setter pairinherited
cancelable bool
getter/setter pairinherited
clientId String
getter/setter pair
composed bool
getter/setter pairinherited
handled JSPromise<JSAny?>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preloadResponse JSPromise<JSAny?>
getter/setter pair
replacesClientId String
getter/setter pair
request Request
getter/setter pair
resultingClientId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited