Skip to main content
Module

std/node/net.ts>Socket#read

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

Parameters

optional
size: number

Optional argument to specify how much data to read.

Returns

| string
| Uint8Array
| null
| undefined