Interfaces
UnderlyingDefaultSource
Type Parameters
| Type Parameter | Default type |
|---|---|
R | any |
Properties
| Property | Type |
|---|---|
cancel? | UnderlyingSourceCancelCallback |
pull? | (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void> |
start? | (controller: ReadableStreamDefaultController<R>) => any |
type? | undefined |