Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method Deno.Buffer.prototype.write

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

Parameters

p: Uint8Array

Returns

Promise<number>