capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.09k stars 185 forks source link

fix: [#1392] Adds support for using Node.prototype.cloneNode.call(ele… #1393

Closed capricorn86 closed 3 months ago

capricorn86 commented 3 months ago

…ment), Node.prototype.appendChild.call(element), Node.prototype.removeChild.call(element), Node.prototype.insertBefore.call(element) and Node.prototype.replaceChild.call(element)