Skip to content

@ralphschuler.webgl shader factory.<internal>.UnderlyingDefaultSource

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: UnderlyingDefaultSource<R>

@ralphschuler/webgl-shader-factory.<internal>.UnderlyingDefaultSource

Type parameters

Name Type
R any

Table of contents

Properties

Properties

cancel

Optional cancel: UnderlyingSourceCancelCallback

Defined in

node_modules/typescript/lib/lib.dom.d.ts:1948


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

node_modules/typescript/lib/lib.dom.d.ts:1949


start

Optional start: (controller: ReadableStreamDefaultController<R>) => any

Type declaration

▸ (controller): any

Parameters
Name Type
controller ReadableStreamDefaultController<R>
Returns

any

Defined in

node_modules/typescript/lib/lib.dom.d.ts:1950


type

Optional type: undefined

Defined in

node_modules/typescript/lib/lib.dom.d.ts:1951

Typescript Libraries

Modules

Namespaces

Clone this wiki locally