ReadableStreamStrategy<T>Exported Bygoog.streams.fullTypesAlias forgoog.streams.full.ReadableStreamStrategyThe strategy for the ReadableStream queue. VIEW SOURCEInstance Propertiesexpand_morethis.highWaterMark → (number|undefined)Used to calculate the desired size of the ReadableStream. The high-water mark minus the sum of the sizes of chunks currently in the queue is the desired size. https://streams.spec.whatwg.org/#qs-api VIEW SOURCEexpand_morethis.size → (function((T|null)): number|undefined)A sizing algorithm that takes a chunk of the ReadableStream and returns a size. https://streams.spec.whatwg.org/#qs-api VIEW SOURCE