native-clone
v0.1.0-dev.4
Published
`native-clone` provides `cloneSync()` and `cloneAsync()` methods wrapping native/built-in implementations of the HTML5 Structured Clone algorithm, as [described in this Stack Overflow post](https://stackoverflow.com/questions/122102/what-is-the-most-effic
Downloads
6
Readme
native-clone
provides cloneSync()
and cloneAsync()
methods wrapping
native/built-in implementations of the HTML5 Structured Clone algorithm, as
described in this Stack Overflow post.
If no suitable built-in implementation is available, an error will be thrown.