-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Invalid globalThis.structuredClone
interface
#40246
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
Comments
VoltrexKeyva
added a commit
to VoltrexKeyva/node
that referenced
this issue
Sep 29, 2021
VoltrexKeyva
added a commit
to VoltrexKeyva/node
that referenced
this issue
Sep 29, 2021
VoltrexKeyva
added a commit
to VoltrexKeyva/node
that referenced
this issue
Sep 29, 2021
danielleadams
pushed a commit
that referenced
this issue
Oct 4, 2021
Fixes: #40246 PR-URL: #40251 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Oct 4, 2021
Fixes: #40246 PR-URL: #40251 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Oct 5, 2021
Fixes: #40246 PR-URL: #40251 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Oct 5, 2021
Fixes: #40246 PR-URL: #40251 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Oct 5, 2021
Fixes: #40246 PR-URL: #40251 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Oct 5, 2021
Fixes: #40246 PR-URL: #40251 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Oct 5, 2021
Fixes: #40246 PR-URL: #40251 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version
v17.0.0-rc.0
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
related: #39759
According to the specification, the
structuredClone
options do not take a list of transfers as an array. This is different frompostMessage
.https://html.spec.whatwg.org/multipage/structured-data.html#structured-cloning
https://html.spec.whatwg.org/multipage/web-messaging.html#message-ports
minimum test code:
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: