Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add example for piping ReadableStream #56414

Closed
wants to merge 1 commit into from

Conversation

gabrielschulhof
Copy link
Contributor

When piping a ReadableStream created from an Iterable into a WritableStream, the sequence of objects in the Iterable must consist of either Buffers, TypedArrays, or DataViews.

Re: #56297

When piping a `ReadableStream` created from an `Iterable` into a
`WritableStream`, the sequence of objects in the `Iterable` must
consist of either `Buffer`s, `TypedArray`s, or `DataView`s.

Re: #56297
@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Dec 30, 2024
@gabrielschulhof gabrielschulhof deleted the 56297-doc-iterator-for-ReadableStream branch December 30, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants