Page.stopLoading
Force the page stop all navigations and pending resource fetches.
{ "id": 1, "method": "Page.stopLoading" }
{ "id": 1, "result": {} }
const result = await send('Page.stopLoading'); console.log(result);