namespace Network
          
Usage in Deno
import { Network } from "node:inspector/promises";
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.
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.