agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
VmFetchResponse
Interface VmFetchResponse
Response from
vmFetch
(mirrors
FetchResponseDto
).
interface
VmFetchResponse
{
body
:
Uint8Array
;
headers
:
Record
<
string
,
string
>
;
status
:
number
;
statusText
:
string
;
}
Index
Properties
body
headers
status
status
Text
Properties
body
body
:
Uint8Array
headers
headers
:
Record
<
string
,
string
>
status
status
:
number
status
Text
statusText
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
status
status
Text
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Response from
vmFetch(mirrorsFetchResponseDto).