Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class BufferFullError
extends Error
Deprecated
Deprecated

(will be removed after 1.0.0) Use the Web Streams API instead.

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

Constructors

new
BufferFullError(partial: Uint8Array)

Properties

name: string