Documentation
    Preparing search index...

    Class SourceComposite<T>

    A collection of UnderlyingDefaultSources that implement the UnderlyingDefaultSource.

    new ReadableStream(
    new SourceComposite([
    { start: (controller) => controller.enqueue('Hello') },
    { start: (controller) => controller.enqueue('World') },
    ])
    )

    Type Parameters

    • T

    Implements

    • UnderlyingDefaultSource<T>
    Index

    Constructors

    Methods

    Constructors

    Methods