Chartbreaker
Preparing search index...
bundle
<internal>
Response_2
Interface Response_2
This Fetch API interface represents the response to a request.
interface
Response_2
{
headers
:
Headers_2
;
ok
:
boolean
;
redirected
:
boolean
;
status
:
number
;
statusText
:
string
;
trailer
:
Promise
<
Headers_2
>
;
type
:
ResponseType_2
;
url
:
string
;
clone
()
:
Response_2
;
json
()
:
Promise
<
any
>
;
text
()
:
Promise
<
string
>
;
}
Hierarchy (
View Summary
)
Body_2
Response_2
Index
Properties
headers
ok
redirected
status
status
Text
trailer
type
url
Methods
clone
json
text
Properties
Readonly
headers
headers
:
Headers_2
Readonly
ok
ok
:
boolean
Readonly
redirected
redirected
:
boolean
Readonly
status
status
:
number
Readonly
status
Text
statusText
:
string
Readonly
trailer
trailer
:
Promise
<
Headers_2
>
Readonly
type
type
:
ResponseType_2
Readonly
url
url
:
string
Methods
clone
clone
()
:
Response_2
Returns
Response_2
json
json
()
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
ok
redirected
status
status
Text
trailer
type
url
Methods
clone
json
text
Legacy Docs
Impressum
Datenschutz/Privacy
Chartbreaker
Loading...
This Fetch API interface represents the response to a request.