MLE Fetch API polyfill(mle-js-fetch)
Preparing search index...
request
RequestInit
Interface RequestInit
interface
RequestInit
{
body
?:
BodyType
;
credentials
?:
string
;
duplex
?:
"full"
|
"half"
;
headers
?:
HeadersInit
;
method
?:
string
;
signal
?:
AbortSignal
;
}
Index
Properties
body?
credentials?
duplex?
headers?
method?
signal?
Properties
Optional
body
body
?:
BodyType
Optional
credentials
credentials
?:
string
Optional
duplex
duplex
?:
"full"
|
"half"
Optional
headers
headers
?:
HeadersInit
Optional
method
method
?:
string
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
credentials
duplex
headers
method
signal
MLE Fetch API polyfill(mle-js-fetch)
Loading...