Andrew Kaster
bddf3fbf2d
LibWeb: Make StructuredSerialize/Deserialize friendlier to recursion
...
Make the internal calls take objects by reference, and take writable
spans into data rather than const& to the underlying vector type.
2023-09-13 08:49:09 +02:00
Andrew Kaster
f3cf7496a1
LibWeb: Add spec steps to StructuredSerialize
...
In preparation for serializing more types, let's move the implementation
closer to the steps in the spec.
2023-08-22 13:08:08 +02:00
Daniel Ehrenberg
09841f56ed
LibWeb: Add initial implementation of structured clone
...
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>
2022-11-26 00:47:23 +01:00