-
Notifications
You must be signed in to change notification settings - Fork 30k
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 implementation from performance.mark
is incomplete
#40840
Labels
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
Comments
targos
added a commit
to targos/node
that referenced
this issue
Nov 21, 2021
Serialize PerformanceMark's `detail` correctly. Fixes: nodejs#40840
Fix in #40904 |
Mesteery
added
the
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
label
Nov 21, 2021
nodejs-github-bot
pushed a commit
that referenced
this issue
Nov 29, 2021
Serialize PerformanceMark's `detail` correctly. Fixes: #40840 PR-URL: #40904 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Dec 13, 2021
Serialize PerformanceMark's `detail` correctly. Fixes: #40840 PR-URL: #40904 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Dec 14, 2021
Serialize PerformanceMark's `detail` correctly. Fixes: #40840 PR-URL: #40904 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
17.1.0
Platform
MacOS 12
Subsystem
No response
What steps will reproduce the bug?
However,
structuredClone
works fine here: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
https://html.spec.whatwg.org/multipage/structured-data.html#structureddeserialize
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: