Skip to content

TestStream is a Node stream but docs link to web ReadableStream #51174

Closed
@dpogue

Description

@dpogue

Affected URL(s)

https://nodejs.org/api/test.html#class-testsstream

Description of the problem

The docs for TestsStream say <extends ReadableStream> which links to the Web Streams API ReadableStream page.

However, TestsStream is not a Web Stream ReadableStream, it is actually a Node Stream Readable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions