Files
ladybird/Userland/Libraries/LibWeb/DOM/Node.cpp
Luke Wilde 6a7739c645 LibWeb: Convert Node.childNodes to NodeList
This changes the old child_nodes implementation to children_as_vector
so that can still be used in insert_before.
2021-10-03 00:18:52 +02:00

32 KiB