function Network.responseReceived
Unstable
Usage in Deno
import { Network } from "node:inspector/promises";
responseReceived(params: ResponseReceivedEventDataType): void
This feature is only available with the --experimental-network-inspection flag enabled.
Broadcasts the Network.responseReceived event to connected frontends. This event indicates that
HTTP response is available.
params: ResponseReceivedEventDataType
void