Files
medusa-store/www/apps/docs/content/references/js-client/interfaces/internal-10.UnderlyingByteSource.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
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>
2023-10-10 17:47:07 +00:00

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