Re: [heycam/webidl] void -> undefined, and allow it anywhere. (#906)

@styfle commented on this pull request.



> @@ -14547,7 +14549,7 @@ are passed to it or what kind of value is returned from it.
 
 <h3 id="VoidFunction" callback>VoidFunction</h3>
 
-<pre class="idl">callback VoidFunction = void ();</pre>
+<pre class="idl">callback VoidFunction = undefined ();</pre>

Should this be `UndefinedFunction?

-- 
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/pull/906#pullrequestreview-462078421

Received on Wednesday, 5 August 2020 22:57:09 UTC