-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Editorial: Add %JSONStringify% intrinsic object #1272
Editorial: Add %JSONStringify% intrinsic object #1272
Conversation
spec.html
Outdated
%JSONStringify% | ||
</td> | ||
<td> | ||
`JSON.Stringify` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To match the row above, this should probably be JSON.stringify
(with a lowercase "s" in "stringify").
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx, done.
Would love to see this merged :) |
We'll review it in our next editor's call, this week. |
a96ab9c
to
2724be0
Compare
Yay! thanks folks! |
Adds %JSONStringify% intrinsic object per https://mail.mozilla.org/pipermail/es-discuss/2018-March/050325.html
See also #1105
See also: whatwg/infra#207, w3c/webauthn#712
[note: my affiliation is PayPal, an ECMA Ordinary Member]