* 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)
()
| 2470 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/getReader) |
| 2471 | */ |
| 2472 | getReader(): ReadableStreamDefaultReader<R>; |
| 2473 | /** |
| 2474 | * The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. |
| 2475 | * |
no outgoing calls