summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/StructuredSerialize.cpp
AgeCommit message (Collapse)Author
2022-11-26LibWeb: Add initial implementation of structured cloneDaniel Ehrenberg
This implementation only works for cloning Numbers, and does not try to do all the spec steps for structured serialize and deserialize. Co-Authored-By: Andrew Kaster <akaster@serenityos.org>