Skip to main content
ReadableStreamDefaultControllerCallback - Streams - Web documentation
type alias ReadableStreamDefaultControllerCallback
Deprecated

use (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void> type instead.

Type Parameters

R

Definition

(controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>