Skip to content

fix issue #5715 - #5805

Merged
mcollina merged 4 commits into
nodejs:mainfrom
KhafraDev:fetch/issue-5715
Sep 12, 2026
Merged

fix issue #5715#5805
mcollina merged 4 commits into
nodejs:mainfrom
KhafraDev:fetch/issue-5715

Conversation

@KhafraDev

Copy link
Copy Markdown
Member

ReadableStream.from has been supported since node v20.6.0. There is no reason to have the helper function anymore. Unfortunately ai doesn't understand nuance, so ai cannot be trusted to fix this bug.

closes #5716
fixes #5715

This relates to...

Rationale

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status

KhafraDev and others added 3 commits September 11, 2026 23:16
ReadableStream.from has been supported since node v20.6.0. There is no
reason to have the helper function anymore. Unfortunately ai doesn't
understand nuance, so ai cannot be trusted to fix this bug.

Co-authored-by: Matteo Collina <hello@matteocollina.com>
Co-authored-by: Matteo Collina <hello@matteocollina.com>
@codecov-commenter

codecov-commenter commented Sep 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.50%. Comparing base (cf3e133) to head (4eaadb7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5805      +/-   ##
==========================================
- Coverage   93.50%   93.50%   -0.01%     
==========================================
  Files         110      110              
  Lines       39555    39521      -34     
==========================================
- Hits        36987    36954      -33     
+ Misses       2568     2567       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina
mcollina merged commit 1801a3d into nodejs:main Sep 12, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ReadableStreamFrom: unguarded delayed controller.close() throws uncatchable ERR_INVALID_STATE when an async-iterable body is cancelled

3 participants