-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
docs: add example of respecting backpressure in Readable stream #7854
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7854 +/- ##
==========================================
+ Coverage 75.43% 75.44% +0.01%
==========================================
Files 101 101
Lines 8305 8305
Branches 218 218
==========================================
+ Hits 6265 6266 +1
+ Misses 2038 2037 -1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
|
cc: @nodejs/streams |
Co-authored-by: Aviv Keller <me@aviv.sh> Signed-off-by: 0hm☘️ <109351887+0hmX@users.noreply.github.com>
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
mikeesto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @0hmX
|
Lighthouse Results
|
Description
add an example to show the good case!
Validation
Related Issues
Close #6453
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.