Skip to content

web streams have no Symbol.toStringTag on their prototypes #45114

Description

@KhafraDev

Version

v18.11.0

Platform

Microsoft Windows NT 10.0.19043.0 x64

Subsystem

No response

What steps will reproduce the bug?

console.log(ReadableStream.prototype[Symbol.toStringTag])
console.log(WritableStream.prototype[Symbol.toStringTag])
console.log(TransformStream.prototype[Symbol.toStringTag])

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior?

to log ReadableStream, WritableStream, TransformStream

What do you see instead?

undefined

Additional information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    web streamsIssues and PRs related to the Web Streams API.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions