Closed nikku closed 6 months ago
As it turns out using Element.replaceChildren
, a modern API, did not yield expected performance gains (bumping to tiny-svg@3.1.0 / min-dom@4.2.0
). In fact the implementation was slightly slower (both reproduced through full suite tests, and local spacetool tests).
Reverted the change with follow-up utility library releases (tiny-svg@3.1.2 / min-dom@4.2.1
).
Improves
clear
.