- From: Boris Zbarsky <notifications@github.com>
- Date: Thu, 12 Dec 2019 10:40:04 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 December 2019 18:40:07 UTC
And yes, we could try to move nullables over to union syntax, with the complication that `null` would not be a type you can ever really use standalone, presumably... and it would still need to get exempted from this checking so people can do `[AllowShared] (BufferSource or null)` (which WebGL wants to do; they are doing `[AllowShared] BufferSource?` right now). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/827#issuecomment-565131478
Received on Thursday, 12 December 2019 18:40:07 UTC