Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReadableStreamGenericReader

interface ReadableStreamGenericReader {
readonly closed: Promise<undefined>;
cancel(reason?: any): Promise<void>;
}

§Properties

§
readonly closed: Promise<undefined>
[src]

§Methods

§
cancel(reason?: any): Promise<void>
[src]