Re: [w3c/gamepad] Move vibrationActuator to the main spec (PR #190)

@gabrielsanbrito commented on this pull request.



> +        This partial interface supplements the {{GamepadHapticActuator}}
+        interface described in the main
+        <a href="https://w3c.github.io/gamepad/">Gamepad spec</a>.
+      </p>
+      <pre class="idl">
+        [Exposed=Window]
+        partial interface GamepadHapticActuator {
+          Promise&lt;boolean&gt; pulse(double value, double duration);
+        };
+      </pre>
+      <dt>
+        <dfn>pulse()</dfn> method
+      </dt>
+      <dd>
+        <p>
+          <code>pulse()</code> applies a <var>value</var> to the actuator for

Pushed the fix. Thanks!

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

Message ID: <w3c/gamepad/pull/190/review/1751459484@github.com>

Received on Monday, 27 November 2023 21:56:57 UTC