sanjar-notes / web_dev_fundamentals

The basics - HTML, CSS, Javascript and more
https://sanjar-notes.github.io/web_dev_fundamentals/
3 stars 0 forks source link

Deep copy JS object - native function - browser, Node, Deno #66

Open sanjarcode opened 1 year ago

sanjarcode commented 1 year ago

https://youtube.com/shorts/XK0V0E3bA-M?feature=share

sanjarcode commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

Not supported in worker threads (in Node), as of now.