UnderlyingDefaultSource

interface UnderlyingDefaultSource<R>

exported from runtime.d

Type parameters

R

Properties

UnderlyingDefaultSource.type?

type: undefined

Methods

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