Re: [w3c/gamepad] Add missing type argument to the GamepadEvent constructor (#51)

cdumez commented on this pull request.



> @@ -463,9 +463,9 @@
     <section data-dfn-for="GamepadEvent">
       <h2><dfn>GamepadEvent</dfn> Interface</h2>
       <pre class="idl">
-        [Constructor(GamepadEventInit eventInitDict)]
+        [Constructor(DOMString type, GamepadEventInit eventInitDict)]

eventInitDict should also be marked as optional.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/51#pullrequestreview-64350719

Received on Thursday, 21 September 2017 16:50:55 UTC