WebAssembly:Exception.stack and option.traceStack and platform support#15954
Merged
queengooborg merged 4 commits intomdn:mainfrom Apr 24, 2022
Merged
WebAssembly:Exception.stack and option.traceStack and platform support#15954queengooborg merged 4 commits intomdn:mainfrom
option.traceStack and platform support#15954queengooborg merged 4 commits intomdn:mainfrom
Conversation
option.traceStack and chromium updatesoption.traceStack and platform support
hamishwillee
commented
Apr 22, 2022
| "deprecated": false | ||
| } | ||
| }, | ||
| "options_parameter_traceStack": { |
Contributor
Author
There was a problem hiding this comment.
Note, it occurs to be that this is not necessary, as it is the only option so far. I included it because it is is non-spec. But even if we decide it is spec I'd keep it - since then other options have something to compare again. Up to you though.
7 tasks
queengooborg
approved these changes
Apr 24, 2022
Contributor
queengooborg
left a comment
There was a problem hiding this comment.
Thanks, this is LGTM!
Contributor
Author
|
Thanks! Sorry this is coming in dribs and drabs - taking me a fair bit of time to get my head around it. |
Contributor
|
Not a problem! I'd say it's much easier to review a bunch of smaller PRs than it is to review one big PR as it is. ;) |
queengooborg
added a commit
to queengooborg/browser-compat-data
that referenced
this pull request
Oct 21, 2023
This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `Exception.stack` member of the `WebAssembly` JavaScript builtin. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/javascript/builtins/WebAssembly/Exception/stack Additional Notes: This was set to Safari 15.2 in mdn#15954, but I have not been able to confirm support.
Elchi3
pushed a commit
that referenced
this pull request
Oct 23, 2023
#21061) This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `Exception.stack` member of the `WebAssembly` JavaScript builtin. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/javascript/builtins/WebAssembly/Exception/stack Additional Notes: This was set to Safari 15.2 in #15954, but I have not been able to confirm support.
teoli2003
pushed a commit
to teoli2003/browser-compat-data
that referenced
this pull request
Oct 25, 2023
mdn#21061) This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `Exception.stack` member of the `WebAssembly` JavaScript builtin. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/javascript/builtins/WebAssembly/Exception/stack Additional Notes: This was set to Safari 15.2 in mdn#15954, but I have not been able to confirm support.
Elchi3
pushed a commit
to Elchi3/browser-compat-data
that referenced
this pull request
Nov 14, 2023
mdn#21061) This PR updates and corrects version values for Safari (Desktop and iOS/iPadOS) for the `Exception.stack` member of the `WebAssembly` JavaScript builtin. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/javascript/builtins/WebAssembly/Exception/stack Additional Notes: This was set to Safari 15.2 in mdn#15954, but I have not been able to confirm support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for
WebAssembly:Exception.stack, and constructorWebAssembly:Exceptionconstructor optionoption.traceStack.Support was added for this in chromium was added in version 95 : https://chromestatus.com/feature/4756734233018368
Support was added in node for v8 9.5 which corresponds to v17.0.0 : https://v8.dev/blog/v8-release-95#webassembly