lib,src: support DOMException ser-des#58649
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Jun 11, 2025
Merged
Conversation
Added serialization and deserialization support for `DOMException`. Co-Authored-By: jazelly <xzha4350@gmail.com>
Collaborator
|
Review requested:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58649 +/- ##
=======================================
Coverage 90.15% 90.16%
=======================================
Files 636 637 +1
Lines 187891 187943 +52
Branches 36879 36884 +5
=======================================
+ Hits 169386 169450 +64
+ Misses 11272 11244 -28
- Partials 7233 7249 +16
🚀 New features to boost your workflow:
|
jasnell
approved these changes
Jun 9, 2025
Collaborator
Ethan-Arrowood
approved these changes
Jun 9, 2025
addaleax
approved these changes
Jun 9, 2025
Collaborator
|
Landed in 5457443 |
targos
pushed a commit
that referenced
this pull request
Jun 16, 2025
Added serialization and deserialization support for `DOMException`. Co-Authored-By: jazelly <xzha4350@gmail.com> PR-URL: #58649 Fixes: #49181 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jason Zhang <xzha4350@gmail.com>
This was referenced Jun 23, 2025
This comment was marked as off-topic.
This comment was marked as off-topic.
aduh95
pushed a commit
that referenced
this pull request
Jul 21, 2025
Added serialization and deserialization support for `DOMException`. Co-Authored-By: jazelly <xzha4350@gmail.com> PR-URL: #58649 Fixes: #49181 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jason Zhang <xzha4350@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
Jul 24, 2025
Added serialization and deserialization support for `DOMException`. Co-Authored-By: jazelly <xzha4350@gmail.com> PR-URL: #58649 Fixes: #49181 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jason Zhang <xzha4350@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
Jul 27, 2025
Added serialization and deserialization support for `DOMException`. Co-Authored-By: jazelly <xzha4350@gmail.com> PR-URL: #58649 Fixes: #49181 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jason Zhang <xzha4350@gmail.com>
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.
Added serialization and deserialization support for
DOMException. An alternative to #57372 that utilizes theJSTransferablemechanism.Co-Authored-By: jazelly xzha4350@gmail.com
Fixes: #49181