⚠️ Internal: This API is not publically exported by the package.

      Variable ReadableStream

      ReadableStream: {
          prototype: ReadableStream<any>;
          from<T>(iterable): ReadableStream<T>;
          new (underlyingSource, strategy?): ReadableStream<Uint8Array>;
          new <R>(underlyingSource?, strategy?): ReadableStream<R>;
      }

      Type declaration