A collection of UnderlyingSources that implement the UnderlyingSource.
UnderlyingSource
new ReadableStream( new SourceComposite([ { start: (controller) => controller.enqueue('Hello') }, { start: (controller) => controller.enqueue('World') }, ])) Copy
new ReadableStream( new SourceComposite([ { start: (controller) => controller.enqueue('Hello') }, { start: (controller) => controller.enqueue('World') }, ]))
Private
Readonly
Generated using TypeDoc
A collection of
UnderlyingSource
s that implement theUnderlyingSource
.Example