Preparing search index...
The search index is not available
@just4/request
@just4/request
adapter/xhr/types
IXhrRequestResult
InterfaceIXhrRequestResult
XMLHttpRequest 请求的结果。
interface
IXhrRequestResult
{
data
?:
unknown
;
options
:
Readonly
<
IRequestOptions
>
;
requestWith
?:
RequestWith
;
xhr
:
XMLHttpRequest
;
}
Hierarchy (
view full
)
IRequestResult
IXhrRequestResult
Index
Properties
data?
options
request
With?
xhr
Properties
Optional
data
data
?:
unknown
响应数据。
options
options
:
Readonly
<
IRequestOptions
>
请求选项。
Optional
request
With
request
With
?:
RequestWith
请求方式。
xhr
xhr
:
XMLHttpRequest
发送请求的 XMLHttpRequest 实例。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
options
request
With
xhr
@just4/request
Loading...
XMLHttpRequest 请求的结果。