Skip to main content
Network.loadingFailed - inspector - Node documentation
function Network.loadingFailed
Unstable

Usage in Deno

import { Network } from "node:inspector";
const { loadingFailed } = Network;
loadingFailed(params: LoadingFailedEventDataType): void

This feature is only available with the --experimental-network-inspection flag enabled.

Broadcasts the Network.loadingFailed event to connected frontends. This event indicates that HTTP request has failed to load.

Parameters

Return Type

void