Hacker News new | ask | show | jobs
by throwaway894345 2138 days ago
Can you give more information (link?) about why Servo was inseparable from JS?
1 comments

Servo has JavaScript own and collect the DOM nodes. At least, it did in 2014. https://research.mozilla.org/2014/08/26/javascript-servos-on...
That was very early in the project, but moreover, I would expect that simply means that Servo can allow someone else to own DOM nodes; not that it depends on a JS implementation specifically, no?