Re: [heycam/webidl] Make null an explicit type (remove nullable types) (#866)

Right, although I'd phrase it as an operator precedence issue: `[AllowShared] ArrayBuffer?` is interpreted as `([AllowShared] ArrayBuffer)?`, not `[AllowShared] (ArrayBuffer?)`.

-- 
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/866#issuecomment-605034944

Received on Friday, 27 March 2020 14:36:58 UTC