Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/esm/server/embed/types/node.ns.d.ts>Buffer.allocUnsafeSlow

A fast, global content delivery network for ES Modules.
Go to Latest
method Buffer.allocUnsafeSlow
import { Buffer } from "https://deno.land/x/esm@v97/server/embed/types/node.ns.d.ts";

Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents of the newly created Buffer are unknown and may contain sensitive data.

Parameters

size: number

count of octets to allocate

Returns

Buffer