interface ReadableStreamDefaultController
Type Parameters Jump to heading
Jump to headingR = anyProperties Jump to heading
readonly
Jump to headingdesiredSize: number | nullMethods Jump to heading
Jump to headingclose(): voidJump to headingenqueue(chunk?: R): voidJump to headingerror(e?: any): voidType Parameters Jump to heading
Jump to headingR = any