Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/io/buf_reader.ts>PartialReadError

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

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

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

Constructors

new
PartialReadError()

Properties

name: string
optional
partial: Uint8Array