gullerya / object-observer

Object Observer functionality of JavaScript objects/arrays via native Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider implementing the clone via structuredClone native method

gullerya opened this issue · comments

Not suitable, after all, since it is not only cloning, but each object along the way have to be proxified, so it is more complicated than just clone.