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

x/proc/legacy/deps.ts>BufferFullError

A better way to work with processes in Deno.
Very Popular
Go to Latest
class BufferFullError
extends Error
Deprecated
Deprecated

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

import { BufferFullError } from "https://deno.land/x/proc@0.20.43/legacy/deps.ts";

Constructors

new
BufferFullError(partial: Uint8Array)

Properties

name: string