Documentation
    Preparing search index...

    Class ArrayLikeSource<T>

    An underlying source for an ArrayLike.

    const reader = new ReadableStream(new ArrayLikeSource({
    0: 'zero',
    1: 'one',
    length: 2
    }))

    Type Parameters

    • T

    Implements

    • UnderlyingDefaultSource<T>
    Index

    Constructors

    Methods

    Constructors

    Methods