-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normative requirements for constructor names? #775
Comments
Yes: https://tc39.github.io/ecma262/#sec-ecmascript-standard-built-in-objects
plus https://streams.spec.whatwg.org/#conventions , which admittedly doesn't say exactly which ES clauses it's meant to cover. |
Thanks. I will add test(s). |
Is
WritableStream.name
required to return "WritableStream"?Is
new WritableStream().getWriter().constructor.name
required to return "WritableStreamDefaultWriter"?The text was updated successfully, but these errors were encountered: