Emulation.setDataSaverOverrideOverride the value of navigator.connection.saveData
| Name | Type | Description |
|---|---|---|
dataSaverEnabled (optional) | boolean | Override value. Omitting the parameter disables the override. |
{
"id": 1,
"method": "Emulation.setDataSaverOverride"
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.setDataSaverOverride');
console.log(result);