Skip to main content
interface ReadableStreamGenericReader

Properties

readonly
closed: Promise<undefined>

Methods

cancel(reason?: any): Promise<void>
Back to top