Re: [whatwg/webidl] Mandate a default value for boolean dictionary members? (Issue #1485)

annevk left a comment (whatwg/webidl#1485)

`MyObject? myObject = null` is not the idiomatic way. If you want object to be optional, you use undefined. That only kinda makes sense if `myObject` is also a getter on some other object that looks a lot like `Foo`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1485#issuecomment-4297073423
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1485/4297073423@github.com>

Received on Wednesday, 22 April 2026 14:25:45 UTC