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: UnderlyingByteSource
internal.UnderlyingByteSource
Properties
autoAllocateChunkSize
• Optional autoAllocateChunkSize: number
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1938
cancel
• Optional cancel: UnderlyingSourceCancelCallback
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1939
pull
• Optional pull: (controller: ReadableByteStreamController) => void | PromiseLike<void>
Type declaration
▸ (controller): void | PromiseLike<void>
Parameters
| Name | Type |
|---|---|
controller |
ReadableByteStreamController |
Returns
void | PromiseLike<void>
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1940
start
• Optional start: (controller: ReadableByteStreamController) => any
Type declaration
▸ (controller): any
Parameters
| Name | Type |
|---|---|
controller |
ReadableByteStreamController |
Returns
any
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1941
type
• type: "bytes"
Defined in
docs-util/node_modules/typescript/lib/lib.dom.d.ts:1942