WaitForNetworkIdleOptions 接口
签名
export interface WaitForNetworkIdleOptions extends WaitTimeoutOptions
继承自: WaitTimeoutOptions
属性
|
属性 |
修饰符 |
类型 |
说明 |
默认值 |
|---|---|---|---|---|
|
concurrency |
|
number |
将被视为不活动的网络连接的最大并发数。 |
|
|
idleTime |
|
number |
网络应保持空闲的时间(以毫秒为单位)。 |
|