-
-
Notifications
You must be signed in to change notification settings - Fork 445
Implement structuredClone and tests #4366
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4366 +/- ##
==========================================
+ Coverage 47.24% 50.48% +3.23%
==========================================
Files 476 508 +32
Lines 46892 50903 +4011
==========================================
+ Hits 22154 25698 +3544
- Misses 24738 25205 +467 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
For |
This API will be necessary when implementing transfer across contexts. For now, it implements the
Window.structuredClone()
function correctly and passes the tests I took from its documentation.