method Socket.prototype.resume Usage in Denoimport { Socket } from "node:net"; Socket.prototype.resume(): this Resumes reading after a call to socket.pause(). Return Type this The socket itself.