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