Preparing search index...
The search index is not available
rmapi-js
rmapi-js
RequestInitLike
Interface RequestInitLike
stripped down version of RequestInit
interface
RequestInitLike
{
body
?:
string
|
ArrayBuffer
;
headers
?:
Record
<
string
,
string
>
;
method
?:
RequestMethod
;
}
Index
Properties
body?
headers?
method?
Properties
Optional
Readonly
body
body
?:
string
|
ArrayBuffer
request body
Optional
Readonly
headers
headers
?:
Record
<
string
,
string
>
request headers
Optional
Readonly
method
method
?:
RequestMethod
request method
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
rmapi-js
Loading...
stripped down version of RequestInit