method Socket.prototype.getSendQueueCount Usage in Denoimport { Socket } from "node:dgram"; Socket.prototype.getSendQueueCount(): number Return Type number Number of send requests currently in the queue awaiting to be processed.