Files
ladybird/Libraries/LibWeb/HTML
Daniel La Rocque e43e4d3a93 LibWeb: Add NullOrError to NavigationParamsVariant
To check whether a NavigationParams is null, we have to check whether
it's `Empty` or `NullWithError`. Instead, we can merge both of these
possible variants into an optional error. If `NullOrError` has no
value it's null, otherwise it contains an error message.
2024-11-27 14:15:37 -07:00
..
2024-11-19 23:30:43 +00:00
2024-11-25 21:13:53 +01:00
2024-11-19 23:30:43 +00:00