Module

x/alosaur/src/deps.ts>Buffer#write

Alosaur - Deno web framework with many decorators
Go to Latest
method Buffer.prototype.write
import { Buffer } from "https://dotland.deno.dev/x/alosaur@v0.35.0/src/deps.ts";

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

Parameters

p: Uint8Array

Returns

Promise<number>