-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rewrite Error.p.stack #30908
Rewrite Error.p.stack #30908
Conversation
6d59830
to
be5bbef
Compare
Preview URLs External URLs (4)URL:
(comment last updated: 2023-12-12 08:20:38) |
be5bbef
to
63e076f
Compare
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.
@Josh-Cena thanks for the great work on this! It mostly makes sense; I have left a few suggestions for you to consider.
files/en-us/web/javascript/reference/global_objects/error/stack/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/error/stack/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/error/stack/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/error/stack/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/error/stack/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/error/stack/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/error/stack/index.md
Outdated
Show resolved
Hide resolved
I just came across a case where Chrome does leaves
Note the end of the last line where I fall back to |
Note that the Clipboard is a weird beast as, in Webidl, it isn't an interface but a namespace. No surprise something strange is happening with it. |
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
More likely a bug. But the only way to tell is by sending an issue and getting their reply. |
Chrome bug for clipboard error: https://bugs.chromium.org/p/chromium/issues/detail?id=1510545 |
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.
OK, updates look good, so I'm setting this to approved. Nice work @Josh-Cena!
There are just a couple more comments from me for you to check out, and a couple of updated suggestions for you to review. After that we can merge.
…k/index.md Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
LGTM |
Thanks, all! Shall we merge this one? |
Yussssss ;-) |
* Rewrite Error.p.stack * Apply suggestions from code review Co-authored-by: Chris Mills <chrisdavidmills@gmail.com> * Update files/en-us/web/javascript/reference/global_objects/error/stack/index.md * Update files/en-us/web/javascript/reference/global_objects/error/stack/index.md Co-authored-by: Chris Mills <chrisdavidmills@gmail.com> --------- Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
fyi - this bug is fixed and heading for release in Chrome 122. One less gap in the support for Error.prototype.stack. |
Great to know! |
Just got Chrome 122 and tested it to confirm that it contains the bug fix. |
Fix #30906