mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 11:57:19 +02:00
The spec's text is pretty awkward here, but the way we've currently
transcribed it to C++ means we reject valid script timeouts. This meant
the following would fail:
TimeoutsConfiguration config {}; // Default values.
auto json = timeouts_object(config);
config = TRY(json_deserialize_as_a_timeouts_configuration(json));
4.2 KiB
4.2 KiB