Files
ladybird/Userland/Libraries/LibWeb/HTML/StructuredSerialize.cpp
Kenneth Myhra dcf5ff5178 LibWeb: Move serialize_* methods outside scope of Serializer class
These methods are useful independent of the class Serializer, so let's
move their declarations to the header file and and outside the scope of
the Serializer class.
2024-02-26 16:10:20 -07:00

57 KiB