Skip to main content
Version: 24.38.0

NetworkConditions 接口

🌐 NetworkConditions interface

语法

🌐 Signature

export interface NetworkConditions

属性

🌐 Properties

属性

🌐 Property

修饰符

🌐 Modifiers

类型

🌐 Type

描述

🌐 Description

默认

🌐 Default

download

number

下载速度(字节/秒)

🌐 Download speed (bytes/s)

latency

number

延迟(毫秒)

🌐 Latency (ms)

offline

optional

boolean

模拟离线模式。

🌐 Emulates the offline mode.

附注

Page.setOfflineMode() 的快捷方式。

🌐 Shortcut for Page.setOfflineMode().

upload

number

上传速度(字节/秒)

🌐 Upload speed (bytes/s)