Skip to main content
Module

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

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

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

Parameters

p: Uint8Array

Returns

Promise<number>