Skip to main content
Module

std/io/mod.ts>Buffer#write

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

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

Parameters

p: Uint8Array

Returns

Promise<number>