Skip to main content
Module

x/deno/js/buffer.ts>readAllSync

A modern runtime for JavaScript and TypeScript.
Go to Latest
function readAllSync
import { readAllSync } from "https://deno.land/x/deno@v0.17.0/js/buffer.ts";

Read synchronously r until EOF and return the content as Uint8Array.

Returns

Uint8Array