(options?: ReadableStreamValuesOptions)
| 1770 | ReadableStream<R> |
| 1771 | ]; |
| 1772 | values(options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>; |
| 1773 | [Symbol.asyncIterator](options?: ReadableStreamValuesOptions): AsyncIterableIterator<R>; |
| 1774 | } |
| 1775 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected