Runtime.enableEnables reporting of execution contexts creation by means of `executionContextCreated` event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
{
"id": 1,
"method": "Runtime.enable"
}
{
"id": 1,
"result": {}
}
const result = await send('Runtime.enable');
console.log(result);