method Socket.prototype.pauseimport { Socket } from "https://dotland.deno.dev/std@0.177.0/node/net.ts"; pause(): thisPauses the reading of data. That is, "data" events will not be emitted. Useful to throttle back an upload. ReturnsthisThe socket itself.