Re: [heycam/webidl] add a type to represent the undefined value (#60)

`void` was initially the only choice that behaved like `null | undefined`. Separate `null`/`undefined` types are added as an effort for strict mode, and `void` also becomes `undefined` in strict mode.

-- 
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/60#issuecomment-668526343

Received on Tuesday, 4 August 2020 10:53:31 UTC