- From: Matt Reynolds <notifications@github.com>
- Date: Wed, 08 Jun 2022 17:40:47 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 June 2022 00:40:59 UTC
@nondebug commented on this pull request.
> + <li>[=Queue a global task=] on the [=relevant global object=]
+ of [=this=] using the [=gamepad task source=] to [=resolve=]
+ [=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 resolved with=]
+ {{GamepadHapticsResult/"not-supported"}}.
+ </li>
+ <li>Let {{GamepadHapticActuator/[[playingEffectPromise]]}} be [=a
Done
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/163#discussion_r892975721
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/163/review/1000594917@github.com>
Received on Thursday, 9 June 2022 00:40:59 UTC