Skip to main content
Socket.prototype.resume - net - Node documentation
method Socket.prototype.resume

Usage in Deno

import { Socket } from "node:net";
Socket.prototype.resume(): this

Resumes reading after a call to socket.pause().

Return Type

this

The socket itself.