Skip to main content
function Network.loadingFailed
unstable
loadingFailed(params: LoadingFailedEventDataType): void
Deprecated

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
Back to top