UnderlyingSource

interface UnderlyingSource<R>

exported from runtime.d

Type parameters

R

Properties

UnderlyingSource.autoAllocateChunkSize?

type: number

UnderlyingSource.type?

type: “bytes”

Methods

UnderlyingSource.cancel?(reason: unknown) void | PromiseLike<void>
UnderlyingSource.pull?(controller: ReadableStreamController<R>) void | PromiseLike<void>
UnderlyingSource.start?(controller: ReadableStreamController<R>) unknown