@shopify/oxygen-workers-types
Preparing search index...
RequestInit
Interface RequestInit
interface
RequestInit
{
body
?:
null
|
BodyInit
;
encodeResponseBody
?:
"automatic"
|
"manual"
;
headers
?:
HeadersInit
;
integrity
?:
string
;
method
?:
string
;
redirect
?:
string
;
signal
?:
null
|
AbortSignal
;
}
Index
Properties
body?
encode
Response
Body?
headers?
integrity?
method?
redirect?
signal?
Properties
Optional
body
body
?:
null
|
BodyInit
Optional
encode
Response
Body
encodeResponseBody
?:
"automatic"
|
"manual"
Optional
headers
headers
?:
HeadersInit
Optional
integrity
integrity
?:
string
Optional
method
method
?:
string
Optional
redirect
redirect
?:
string
Optional
signal
signal
?:
null
|
AbortSignal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
encode
Response
Body
headers
integrity
method
redirect
signal
@shopify/oxygen-workers-types
Loading...