Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
1.7 KiB
1.7 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Interface: UnderlyingDefaultSource<R>
internal.UnderlyingDefaultSource
Type parameters
| Name | Type |
|---|---|
R |
any |
Properties
cancel
• Optional cancel: UnderlyingSourceCancelCallback
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1946
pull
• Optional pull: (controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>
Type declaration
▸ (controller): void | PromiseLike<void>
Parameters
| Name | Type |
|---|---|
controller |
ReadableStreamDefaultController<R> |
Returns
void | PromiseLike<void>
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1947
start
• Optional start: (controller: ReadableStreamDefaultController<R>) => any
Type declaration
▸ (controller): any
Parameters
| Name | Type |
|---|---|
controller |
ReadableStreamDefaultController<R> |
Returns
any
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1948
type
• Optional type: undefined
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1949