jsdom / jsdom

A JavaScript implementation of various web standards, for use with Node.js
MIT License
20.54k stars 1.7k forks source link

Implement structured cloning for postMessage #1153

Open domenic opened 9 years ago

domenic commented 9 years ago

I think the best bet is https://github.com/traviskaufman/cycloneJS. The main work is adding custom clone callbacks for every DOM object :-S.

fregante commented 1 year ago

I suppose this is now available natively: https://developer.mozilla.org/en-US/docs/Web/API/structuredClone