Skip to main content
Go to Latest
function readableAddChunk
import { readableAddChunk } from "https://deno.land/std@0.112.0/node/_stream/readable_internal.ts";

Parameters

stream: Duplex | Readable
chunk:
| string
| Uint8Array
| null
optional
encoding: undefined | string = [UNSUPPORTED]
addToFront: boolean