- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 11 Dec 2023 20:51:45 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 December 2023 04:51:50 UTC
@marcoscaceres commented on this pull request. > + Promise<GamepadHapticsResult> playEffect( + GamepadHapticEffectType type, + optional GamepadEffectParameters params = {}); ```suggestion Promise<GamepadHapticsResult> playEffect( GamepadHapticEffectType type, optional GamepadEffectParameters params = {} ); ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/190#pullrequestreview-1776583512 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/190/review/1776583512@github.com>
Received on Tuesday, 12 December 2023 04:51:50 UTC