We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3e490 commit cc7af32Copy full SHA for cc7af32
interfaces/WebIDL.idl
@@ -45,4 +45,4 @@ interface DOMException { // but see below note about ECMAScript binding
45
46
typedef unsigned long long DOMTimeStamp;
47
callback Function = any (any... arguments);
48
-callback VoidFunction = void ();
+callback VoidFunction = undefined ();
0 commit comments