Page.clearCompilationCache
Clears seeded compilation cache.
{ "id": 1, "method": "Page.clearCompilationCache" }
{ "id": 1, "result": {} }
const result = await send('Page.clearCompilationCache'); console.log(result);