mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-23 13:04:43 +00:00
IDL dictionary members are nullable by default (unless marked as `required`) and should not get any value assigned unless one was provided by the userland code that isn't undefined, or if the member has a default value. This is so that we can use Optional<T> in the internal representation and check for "is present" via Optional::has_value().