如视 Five SDK
Preparing search index...
five
AjaxOptions
Interface AjaxOptions<T>
interface
AjaxOptions
<
T
extends
AjaxResponseType
=
AjaxResponseType
>
{
networkSubscribe
?:
NetworkSubscribe
;
requestProxy
?:
(
url
:
string
)
=>
string
|
Promise
<
string
>
;
responseType
?:
T
;
timeout
?:
number
;
}
Type Parameters
T
extends
AjaxResponseType
=
AjaxResponseType
Hierarchy (
View Summary
)
NetworkOptions
AjaxOptions
Index
Properties
network
Subscribe?
request
Proxy?
response
Type?
timeout?
Properties
Optional
network
Subscribe
networkSubscribe
?:
NetworkSubscribe
网络消息追踪
Optional
request
Proxy
requestProxy
?:
(
url
:
string
)
=>
string
|
Promise
<
string
>
请求代理
Optional
response
Type
responseType
?:
T
数据返回类型
Optional
timeout
timeout
?:
number
超时时间
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
network
Subscribe
request
Proxy
response
Type
timeout
如视 Five SDK
Loading...
网络消息追踪