March 2022 is not that long ago for a codebase. It takes time but Javascript has come a long way and it's definitely going in the right direction.
March 2022 is not that long ago for a codebase. It takes time but Javascript has come a long way and it's definitely going in the right direction.
also depends on the codebase, if you use frameworks with deep reactivity like Vue, you can't do structuredClone without toRaw (which only works if the object is shallow) as it'd throw on proxy objects.
Svelte has `$state.snapshot()` for this reason I believe.