Skip to main content
Agent.prototype.sockets - http - Node documentation
property Agent.prototype.sockets

Usage in Deno

import { Agent } from "node:http";

An object which contains arrays of sockets currently in use by the agent. Do not modify.

Type

ReadOnlyDict<Socket[]>