- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 08 Jun 2022 19:49:48 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 June 2022 02:50:00 UTC
@marcoscaceres commented on this pull request.
> + [=this=].{{GamepadHapticActuator/[[playingEffectPromise]]}}
+ with {{GamepadHapticsResult/"preempted"}}.
+ </li>
+ <li>Set
+ [=this=].{{GamepadHapticActuator/[[playingEffectPromise]]}} to
+ `undefined`.
+ </li>
+ </ol>
+ </li>
+ <li>If this actuator cannot [=play effects with type=] |type|,
+ return [=a promise rejected with=] reason {{NotSupportedError}}.
+ </li>
+ <li>Let {{GamepadHapticActuator/[[playingEffectPromise]]}} be [=a
+ new promise=].
+ </li>
+ <li>Do the following steps in parallel:
```suggestion
<li>Do the following steps [=in parallel=]:
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/163#pullrequestreview-1000659290
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/163/review/1000659290@github.com>
Received on Thursday, 9 June 2022 02:50:00 UTC