Skip to content

Commit

Permalink
Write structured clone algorithm in terms of ECMAScript
Browse files Browse the repository at this point in the history
This is based on https://github.com/dslomov/ecmascript-structured-clone with changes to account for
changes in ECMAScript and feedback in #697.

This fixes #697 and also fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=27031.

This should make it much more explicit how structured cloning actually works and also provides clear
hooks for other standards to use to make their objects cloneable and transferable.
  • Loading branch information
annevk committed Feb 29, 2016
1 parent e09b782 commit bfb960c
Showing 1 changed file with 539 additions and 515 deletions.
Loading

0 comments on commit bfb960c

Please sign in to comment.