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>
3.4 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Interface: ReadableOptions
internal.internal.ReadableOptions
Hierarchy
-
↳
ReadableOptions
Properties
autoDestroy
• Optional autoDestroy: boolean
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:776
emitClose
• Optional emitClose: boolean
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:771
encoding
• Optional encoding: BufferEncoding
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:779
highWaterMark
• Optional highWaterMark: number
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:772
objectMode
• Optional objectMode: boolean
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:773
signal
• Optional signal: AbortSignal
When provided the corresponding AbortController can be used to cancel an asynchronous action.
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/events.d.ts:380
Methods
construct
▸ Optional construct(this, callback): void
Parameters
| Name | Type |
|---|---|
this |
Readable |
callback |
(error?: null | Error) => void |
Returns
void
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:774
destroy
▸ Optional destroy(this, error, callback): void
Parameters
| Name | Type |
|---|---|
this |
Readable |
error |
null | Error |
callback |
(error: null | Error) => void |
Returns
void
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:775
read
▸ Optional read(this, size): void
Parameters
| Name | Type |
|---|---|
this |
Readable |
size |
number |
Returns
void
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:780