WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.66k stars 80 forks source link

replaceWith(...nodes) stuck if `nodes` contain the node that's being replaced #256

Closed WebReflection closed 9 months ago

WebReflection commented 9 months ago

Had a weird issue while testing something with code coverage stuck due a node.replaceWith(...[other, node]) operation and I don't like that.