goog.streams.fullImplModule IDgoog.streams.fullImplA full ponyfill of the ReadableStream native API. VIEW SOURCEExported Functionsexpand_morenewReadableStream<T>( underlyingSource, strategy ) → ReadableStream<(T|null)>Creates and returns a new ReadableStream. The underlying source should only have a start() method, and no other properties. ParametersunderlyingSourceReadableStreamUnderlyingSource<(T|null)>=strategyReadableStreamStrategy<(T|null)>=ReturnsReadableStream<(T|null)>VIEW SOURCEExported ClassesReadableStreamReadableStreamAsyncIteratorReadableStreamDefaultControllerReadableStreamDefaultReader