Re: [w3c/gamepad] Add gamepad light indicator extension (#143)

@marcoscaceres commented on this pull request.



> @@ -397,6 +508,7 @@ <h2>Partial <dfn>Gamepad</dfn> Interface</h2>
           readonly attribute GamepadHand hand;
           readonly attribute FrozenArray&lt;GamepadHapticActuator> hapticActuators;
           readonly attribute GamepadPose? pose;
+          readonly attribute FrozenArray&lt;GamepadLightIndicator>? lightIndicators;

```suggestion
          readonly attribute FrozenArray&lt;GamepadLightIndicator> lightIndicators;
```

-- 
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/143#pullrequestreview-600392199

Received on Monday, 1 March 2021 05:06:48 UTC