tutti-api - v2.1.0
GitHub
Preparing search index...
FetchResponse
Interface FetchResponse
interface
FetchResponse
{
body
?:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
|
null
;
ok
:
boolean
;
status
:
number
;
statusText
:
string
;
text
()
:
Promise
<
string
>
;
}
Index
Properties
body?
ok
status
status
Text
Methods
text
Properties
Optional
body
body
?:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
|
null
Present for streaming responses (NDJSON).
ok
ok
:
boolean
status
status
:
number
status
Text
statusText
:
string
Methods
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
ok
status
status
Text
Methods
text
GitHub
tutti-api - v2.1.0
Loading...
Present for streaming responses (NDJSON).