Session.enableNetworkEmulation method
Session › enableNetworkEmulation
Unofficial
Emulates network with the given configuration for the session.Signature:
enableNetworkEmulation(options: ElectronEnableNetworkEmulationOptions): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| options | ElectronEnableNetworkEmulationOptions | The network emulation configuration. |
Returns: void