Skip to main content
Version: 24.22.3

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.

Remarks:

Shortcut for Page.setOfflineMode().

upload

number

Upload speed (bytes/s)