Skip to main content
Network - inspector/promises - Node documentation
namespace Network

Usage in Deno

import { Network } from "node:inspector/promises";

Functions

f
Network.loadingFailed

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

f
Network.loadingFinished

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

f
Network.requestWillBeSent

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

f
Network.responseReceived

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

Interfaces

I
Network.Headers

Request / response headers as keys / values of JSON object.

I
Network.Request

HTTP request data.

Type Aliases

T
Network.MonotonicTime

Monotonically increasing time in seconds since an arbitrary point in the past.

T
Network.RequestId

Unique request identifier.

T
Network.ResourceType

Resource type as it was perceived by the rendering engine.

T
Network.TimeSinceEpoch

UTC time in seconds, counted from January 1, 1970.