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

@tabatkins 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>

I didn't think it was worth changing the name there, and requiring all users of VoidFunction to update. It's still a meaningful name post-update.

-- 
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#discussion_r466063074

Received on Wednesday, 5 August 2020 23:41:22 UTC