* The **`cancel()`** method of the ReadableStream interface returns a Promise that resolves when the stream is canceled. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel)
(reason?: any)
| 2464 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/cancel) |
| 2465 | */ |
| 2466 | cancel(reason?: any): Promise<void>; |
| 2467 | /** |
| 2468 | * The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. |
| 2469 | * |
no outgoing calls