- From: Chris Dumez <notifications@github.com>
- Date: Fri, 22 Sep 2017 15:36:23 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 September 2017 22:37:06 UTC
Yes, I confirmed it is nullable in WebKit as well: ``` dictionary GamepadEventInit : EventInit { // The specification says this member should be required and non-nullable. // However, this does not match the behavior of Chrome or Firefox. Gamepad? gamepad = null; }; ``` -- 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/issues/35#issuecomment-331576067
Received on Friday, 22 September 2017 22:37:06 UTC