Interface UnderlyingDefaultSource<R>

Type Parameters

  • R = any

Hierarchy

  • UnderlyingDefaultSource

Properties

Properties

pull?: ((controller: ReadableStreamDefaultController<R>) => void | PromiseLike<void>)

Type declaration

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

Type declaration

type?: undefined