* The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader)
()
| 2251 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) |
| 2252 | */ |
| 2253 | getReader(): ReadableStreamDefaultReader<R>; |
| 2254 | /** |
| 2255 | * The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. |
| 2256 | * |
no outgoing calls