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

std/io/buffer.ts>Buffer#write

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Buffer.prototype.write
import { Buffer } from "https://deno.land/std@0.223.0/io/buffer.ts";

NOTE: This methods writes bytes synchronously; it's provided for compatibility with Writer interface.

Parameters

p: Uint8Array

Returns

Promise<number>