forked from whatwg/html
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix StructuredDeserializeWithTransfer()
97d644c was more breaking than planned as, e.g., postMessage(null, "*", [new ArrayBuffer(2)]) postMessage(null, "*", [new MessageChannel().port1]) still need to detach (and visibly transfer in case of MessagePort) the values given in the third argument. See whatwg#793 (comment) for additional context.
- Loading branch information
Showing
1 changed file
with
64 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters