Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/io/buffer.ts>BufferFullError

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class BufferFullError
extends Error
import { BufferFullError } from "https://deno.land/std@0.127.0/io/buffer.ts";

Constructors

new
BufferFullError(partial: Uint8Array)

Properties

name: string