- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 27 Nov 2023 22:23:40 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 November 2023 06:23:46 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; I guess put differently, Chrome could continue to support null, but maybe we shouldn't codify that in the actual spec? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/190#discussion_r1407280637 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/190/review/1752142913@github.com>
Received on Tuesday, 28 November 2023 06:23:46 UTC