RequestInit extension type

on
Implemented types
Available extensions

Constructors

RequestInit({String method, HeadersInit headers, BodyInit? body, String referrer, ReferrerPolicy referrerPolicy, RequestMode mode, RequestCredentials credentials, RequestCache cache, RequestRedirect redirect, String integrity, bool keepalive, AbortSignal? signal, RequestDuplex duplex, RequestPriority priority, JSAny? window, AttributionReportingRequestOptions attributionReporting, IPAddressSpace targetAddressSpace, bool sharedStorageWritable, PrivateToken privateToken, bool adAuctionHeaders})
factory

Properties

adAuctionHeaders bool
getter/setter pair
attributionReporting AttributionReportingRequestOptions
getter/setter pair
body BodyInit?
getter/setter pair
cache RequestCache
getter/setter pair
credentials RequestCredentials
getter/setter pair
duplex RequestDuplex
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers HeadersInit
getter/setter pair
integrity String
getter/setter pair
keepalive bool
getter/setter pair
method String
getter/setter pair
mode RequestMode
getter/setter pair
priority RequestPriority
getter/setter pair
privateToken PrivateToken
getter/setter pair
redirect RequestRedirect
getter/setter pair
referrer String
getter/setter pair
referrerPolicy ReferrerPolicy
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedStorageWritable bool
getter/setter pair
signal AbortSignal?
getter/setter pair
targetAddressSpace IPAddressSpace
getter/setter pair
window JSAny?
getter/setter pair

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