Re: [w3c/gamepad] extensions: Add vibrationActuator and dual-rumble effect (PR #163)

@marcoscaceres commented on this pull request.



>        </p>
       <pre class="idl">
         [Exposed=Window]
         interface GamepadHapticActuator {
           readonly attribute GamepadHapticActuatorType type;
+          boolean canPlayEffectType(GamepadHapticEffectType type);

Maybe just? 

```suggestion
          boolean canPlay(GamepadHapticEffectType type);
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/163#pullrequestreview-1000657433
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/pull/163/review/1000657433@github.com>

Received on Thursday, 9 June 2022 02:46:07 UTC