-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Invalid state: Reader released #41858
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.web streamsIssues and PRs related to the Web Streams API.Issues and PRs related to the Web Streams API.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.web streamsIssues and PRs related to the Web Streams API.Issues and PRs related to the Web Streams API.
Version
17.4.0
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
input_reader.closed.then( () => {} );What is the expected behavior?
No response
What do you see instead?
TypeError [ERR_INVALID_STATE]: Invalid state: Reader releasedAdditional information
No response