| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This commit lets `tranfer` passed to `structuredClone` get validated at JS layer by doing webidl conversion. This avoids the C++ to JS function call overhead in the native implementaiton of `structuredClone` PR-URL: nodejs#55317 Fixes: nodejs#55280 Refs: nodejs#50330 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
Sorry, something went wrong.
|
Backported in 85b2cf0f68b, thanks for opening the PR even though I ended up not using it |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This commit lets tranfer passed to structuredClone get validated at JS layer by doing webidl conversion. This avoids the C++ to JS function call overhead in the native implementaiton of structuredClone