← Back to Page domain

Page.stopLoading

Force the page stop all navigations and pending resource fetches.

Domain: Page stable

Example Request

{
  "id": 1,
  "method": "Page.stopLoading"
}

Example Response

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

Usage in Node.js

const result = await send('Page.stopLoading');
console.log(result);