Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/wasmbuild/lib/deps.ts>Buffer#readSync

Build tool to use Rust code in Deno and the browser.
Go to Latest
method Buffer.prototype.readSync
Re-export
import { Buffer } from "https://deno.land/x/wasmbuild@0.14.1/lib/deps.ts";

Reads the next p.length bytes from the buffer or until the buffer is drained. Returns the number of bytes read. If the buffer has no data to return, the return is EOF (null).

Parameters

p: Uint8Array

Returns

number | null