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

std/io/buf_reader.ts>BufferFullError

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
class BufferFullError
extends Error
Deprecated
Deprecated

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

import { BufferFullError } from "https://deno.land/std@0.224.0/io/buf_reader.ts";

Constructors

new
BufferFullError(partial: Uint8Array)

Properties

name: string