boundfetch
Preparing search index...
core/src
FetcherResponse
Interface FetcherResponse
interface
FetcherResponse
{
headers
:
Record
<
string
,
string
>
;
status
:
number
;
json
()
:
Promise
<
unknown
>
;
text
()
:
Promise
<
string
>
;
}
Index
Properties
headers
status
Methods
json
text
Properties
headers
headers
:
Record
<
string
,
string
>
status
status
:
number
Methods
json
json
()
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
status
Methods
json
text
boundfetch
Loading...