mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
It was prevously translating it to just `bool` instead of `Optional<bool>`. Required elements in dictionary (such as in Notification.idl for the NotificationAction) were treated as Optional<T> like the other non-required elements. Now it's just the type without the Optional. Co-authored-by: Zaggy1024 <gregory.bertilson@gmail.com>