← Back to Fetch domain

Fetch.disable

Disables the fetch domain.

Domain: Fetch stable

Example Request

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

Example Response

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

Usage in Node.js

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