- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 20 Nov 2023 16:41:20 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 November 2023 00:41:25 UTC
@marcoscaceres commented on this pull request. > @@ -153,6 +153,7 @@ <h2> readonly attribute GamepadMappingType mapping; readonly attribute FrozenArray<double> axes; readonly attribute FrozenArray<GamepadButton> buttons; + [SameObject] readonly attribute GamepadHapticActuator? vibrationActuator; Why is it nullable? that seems a bit odd? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/190#pullrequestreview-1740919835 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/190/review/1740919835@github.com>
Received on Tuesday, 21 November 2023 00:41:25 UTC