Socket.prototype.getSendQueueCount - Node documentation
method Socket.prototype.getSendQueueCount

Usage

import { Socket } from "node:dgram";

Return Type

number

Number of send requests currently in the queue awaiting to be processed.