FetchEvent class
This is the event type for fetch events dispatched on the
service worker global scope. It contains information about the
fetch, including the request and how the receiver will treat the
response. It provides the event.respondWith()
method, which
allows us to provide a response to this fetch.
Event
ExtendableEvent
FetchEvent
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- FetchEvent(String type, FetchEventInit eventInitDict)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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