mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-24 06:16:06 +00:00
This is essentially an ErrorOr<JsonValue, Web::WebDriver::Error> class. Unfortunately, that ErrorOr would not be default-constructible, which is required for the generated IPC classes. So this is a thin wrapper around a Variant<JsonValue, Web::WebDriver::Error> to emulate ErrorOr.
1.6 KiB
1.6 KiB