Skip to main content
Socket.prototype.getSendQueueCount - dgram - Node documentation
method Socket.prototype.getSendQueueCount

Usage in Deno

import { Socket } from "node:dgram";
Socket.prototype.getSendQueueCount(): number

Return Type

number

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