Files
ladybird/Libraries/LibWeb/HTML/StructuredSerialize.cpp
Shannon Booth 5652975f32 LibWeb/HTML: Don't call ToString during Error serialization
This was not a specification issue, a non-string value will just
not match against any of the names and will fall back to Error,
so we should avoid the call of ToString here.
2026-01-10 21:30:04 +01:00

67 KiB