chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
378ca1b36e
commit
daea35fe73
@@ -0,0 +1,43 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Interface: ReadableStreamGenericReader
|
||||
|
||||
[internal](../modules/internal-8.md).ReadableStreamGenericReader
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- **`ReadableStreamGenericReader`**
|
||||
|
||||
↳ [`ReadableStreamDefaultReader`](internal-8.ReadableStreamDefaultReader.md)
|
||||
|
||||
## Properties
|
||||
|
||||
### closed
|
||||
|
||||
• `Readonly` **closed**: `Promise`<`undefined`\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa-js/node_modules/@types/node/stream/web.d.ts:65
|
||||
|
||||
## Methods
|
||||
|
||||
### cancel
|
||||
|
||||
▸ **cancel**(`reason?`): `Promise`<`void`\>
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type |
|
||||
| :------ | :------ |
|
||||
| `reason?` | `any` |
|
||||
|
||||
#### Returns
|
||||
|
||||
`Promise`<`void`\>
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa-js/node_modules/@types/node/stream/web.d.ts:66
|
||||
Reference in New Issue
Block a user