-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Structured cloning of transferable non-serializable objects should throw DOMException
instead of TypeError
#40841
Comments
Currently, |
The |
Instead of TypeError, throwing DOMException in accordance to the HTML structured serialize algorithms. PR-URL: nodejs#47839 Fixes: nodejs#40841 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Instead of TypeError, throwing DOMException in accordance to the HTML structured serialize algorithms. PR-URL: nodejs#47839 Fixes: nodejs#40841 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Version
17.1.0
Platform
MacOS 12
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
https://html.spec.whatwg.org/multipage/structured-data.html#structuredserializeinternal
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: