Skip to content
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

src,lib: re-implement DOMException as a cloneable native object #41044

Closed
wants to merge 3 commits into from

Commits on Dec 2, 2021

  1. src: implement a structured cloneable DOMException

    Refs: nodejs#41038
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    218f13d View commit details
    Browse the repository at this point in the history
  2. src,lib: replace DOMException with native impl

    Refs: nodejs#41038
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    65ecdd4 View commit details
    Browse the repository at this point in the history
  3. errors: make AbortError structured cloneable

    Refs: nodejs#41038
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    ab28941 View commit details
    Browse the repository at this point in the history