TestStream is a Node stream but docs link to web ReadableStream #51174
Labels
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
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 APIReadableStream
page.However,
TestsStream
is not a Web StreamReadableStream
, it is actually a Node StreamReadable
.The text was updated successfully, but these errors were encountered: