The Platform now ships with structuredClone(), a built-in function for deep-copying. Like so: const myDeepCopy = structuredClone(myOriginal) ...
確定! 回上一頁