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

Usage in Deno

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

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