Skip to main content
function Network.requestWillBeSent
unstable
requestWillBeSent(params: RequestWillBeSentEventDataType): void
Deprecated

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

Broadcasts the Network.requestWillBeSent event to connected frontends. This event indicates that the application is about to send an HTTP request.

Parameters

Return Type

void
Back to top