Interfaces
ReadableStreamGenericReader
Properties
Property | Modifier | Type | Description |
---|---|---|---|
closed | readonly | Promise <undefined > | MDN Reference |
Methods
cancel()
cancel(reason
?): Promise
<void
>
Parameters
Parameter | Type |
---|---|
reason ? | any |
Returns
Promise
<void
>