You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web: mark as uncloneable when possible (#3709) (#3744)
* web: mark as uncloneable when possible
This tells node that the marked instances from undici are not cloneable,
so that attempts to cloning those throw `DataCloneError`.
* test: add test cases for platform objects uncloneable
* fix: move to webidl
* fix: move it under webidl
* fixup: rename it to markAsUncloneable
* fix: mark more web instances uncloneable
* fixup
---------
Co-authored-by: Khafra <[email protected]>
(cherry picked from commit 1ab2382)
0 commit comments