Files
medusa-store/www/apps/docs/content/references/js-client/interfaces/internal-10.UnderlyingDefaultSource.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: 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