Skip to main content
function Network.loadingFinished
unstable
loadingFinished(params: LoadingFinishedEventDataType): void
Deprecated

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

Broadcasts the Network.loadingFinished event to connected frontends. This event indicates that HTTP request has finished loading.

Parameters

Return Type

void
Back to top