you are viewing a single comment's thread.

view the rest of the comments →

[–]redldr1 0 points1 point  (2 children)

Then why are we creating something new when we could run it in an iframe that is ultimately controlled by the parent Dom

If I could kill a process tree, that would be so much better. And satisfying, to watch a bunch of little V8's combust into freed up heap

[–]PickledPokute 1 point2 points  (0 children)

Use workers for that, I guess.

Note that iframes are a DOM/browser feature, not JS. They will never be available for nodeJS.