← Back to Profiler domain

Profiler.disable

No description available.

Domain: Profiler stable

Example Request

{
  "id": 1,
  "method": "Profiler.disable"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Profiler.disable');
console.log(result);