Files
ladybird/Userland/Libraries/LibWeb/DOM
Andreas Kling dc6e625680 LibWeb: Make ParentNode.children vend the same HTMLCollection every time
Instead of creating a new HTMLCollection every time you access
.children, we now follow the spec and vend the same object.

This was annoyingly difficult before, and trivial now that the DOM is
garbage-collected. :^)
2022-09-18 00:42:33 +02:00
..
2022-06-27 22:53:04 +01:00
2022-09-06 00:27:09 +02:00