tailscale-web - v0.1.13
Demo Playground
Preparing search index...
Response
Interface Response
interface
Response
{
headers
:
Record
<
string
,
string
>
;
ok
:
boolean
;
status
:
number
;
statusText
:
string
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
json
()
:
Promise
<
unknown
>
;
text
()
:
Promise
<
string
>
;
}
Index
Properties
headers
ok
status
status
Text
Methods
array
Buffer
bytes
json
text
Properties
headers
headers
:
Record
<
string
,
string
>
ok
ok
:
boolean
status
status
:
number
status
Text
statusText
:
string
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
bytes
bytes
()
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
json
json
()
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
headers
ok
status
status
Text
Methods
array
Buffer
bytes
json
text
Demo Playground
tailscale-web - v0.1.13
Loading...