Memory.forciblyPurgeJavaScriptMemorySimulate OomIntervention by purging V8 memory.
{
"id": 1,
"method": "Memory.forciblyPurgeJavaScriptMemory"
}
{
"id": 1,
"result": {}
}
const result = await send('Memory.forciblyPurgeJavaScriptMemory');
console.log(result);