Preparing search index...
The search index is not available
Documentation
Documentation
BatchFetchResponse
Class BatchFetchResponse
Index
Constructors
constructor
Properties
body
headers
status
status
Text
Accessors
ok
Methods
array
Buffer
json
text
Constructors
constructor
new
Batch
Fetch
Response
(
resp
)
:
BatchFetchResponse
Parameters
resp
:
HttpResponse
Returns
BatchFetchResponse
Properties
Readonly
body
body
:
Uint8Array
Readonly
headers
headers
:
Record
<
string
,
string
>
Readonly
status
status
:
number
Readonly
status
Text
status
Text
:
string
Accessors
ok
get
ok
(
)
:
boolean
Returns
boolean
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBufferLike
>
Returns
Promise
<
ArrayBufferLike
>
json
json
<
T
>
(
)
:
Promise
<
T
>
Type Parameters
T
=
any
Returns
Promise
<
T
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
body
headers
status
status
Text
ok
array
Buffer
json
text
Documentation
Loading...