Re: [w3c/gamepad] GamepadEvent constructor is missing the type argument (#35)

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