@aracna/core - v1.5.0
Preparing search index...
NodeFetch
Interface NodeFetch
interface
NodeFetch
{
Blob
:
{
prototype
:
Blob
;
new
(
blobParts
?:
BlobPart
[]
,
options
?:
BlobPropertyBag
)
:
Blob
;
}
;
default
:
any
;
File
:
{
prototype
:
File
;
new
(
fileBits
:
BlobPart
[]
,
fileName
:
string
,
options
?:
FilePropertyBag
,
)
:
File
;
}
;
FormData
:
{
prototype
:
FormData
;
new
(
form
?:
HTMLFormElement
,
submitter
?:
HTMLElement
|
null
)
:
FormData
;
}
;
Headers
:
{
prototype
:
Headers
;
new
(
init
?:
HeadersInit
)
:
Headers
}
;
Request
:
any
;
Response
:
any
;
}
Index
Properties
Blob
default
File
Form
Data
Headers
Request
Response
Properties
Blob
Blob
:
{
prototype
:
Blob
;
new
(
blobParts
?:
BlobPart
[]
,
options
?:
BlobPropertyBag
)
:
Blob
;
}
default
default
:
any
File
File
:
{
prototype
:
File
;
new
(
fileBits
:
BlobPart
[]
,
fileName
:
string
,
options
?:
FilePropertyBag
,
)
:
File
;
}
Form
Data
FormData
:
{
prototype
:
FormData
;
new
(
form
?:
HTMLFormElement
,
submitter
?:
HTMLElement
|
null
)
:
FormData
;
}
Headers
Headers
:
{
prototype
:
Headers
;
new
(
init
?:
HeadersInit
)
:
Headers
}
Request
Request
:
any
Response
Response
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Blob
default
File
Form
Data
Headers
Request
Response
@aracna/core - v1.5.0
Loading...