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

@marcoscaceres commented on this pull request.



> +      <pre class="idl">
+        [Exposed=Window, SecureContext]
+        interface GamepadLightIndicator {
+          readonly attribute GamepadLightIndicatorType type;
+        
+          Promise&lt;long&gt; setColor(GamepadLightColor color);
+      };
+      </pre>
+      
+      <dl data-dfn-for="GamepadLightIndicator">
+        <dt><dfn>type</dt></dfn>
+        <dd>
+          Type of light indicator supported by the gamepad.
+        </dd>
+        
+        <dt><dfn>setColor</dt></dfn>

```suggestion
        <dt><dfn>setColor()</dt></dfn>
```

-- 
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-600390620

Received on Monday, 1 March 2021 05:01:25 UTC