Skip to main content
Module

std/node/net.ts>Socket#resume

Deno standard library
Go to Latest
method Socket.prototype.resume
import { Socket } from "https://deno.land/std@0.147.0/node/net.ts";

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

Returns

this

The socket itself.