https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
// Deep copy object const clone = structuredClone(obj);
636700cookie-checkJavascript / Typescript: clone / copy object
https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
// Deep copy object const clone = structuredClone(obj);