- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 22 Apr 2026 07:25:41 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 April 2026 14:25:45 UTC
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