Network.enableDeviceBoundSessionsSets up tracking device bound sessions and fetching of initial set of sessions.
| Name | Type | Description |
|---|---|---|
enable | boolean | Whether to enable or disable events. |
{
"id": 1,
"method": "Network.enableDeviceBoundSessions",
"params": {
"enable": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Network.enableDeviceBoundSessions', {"enable": true});
console.log(result);