Module

std/io/mod.ts>BufferFullError

The Deno Standard Library
Latest
class BufferFullError
extends Error
Deprecated
Deprecated

This will be removed in 1.0.0. Use the Web Streams API instead.

import { BufferFullError } from "https://dotland.deno.dev/std@0.224.0/io/mod.ts";

Constructors

new
BufferFullError(partial: Uint8Array)

Properties

name: string