- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 06 Feb 2024 22:12:30 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 February 2024 06:12:35 UTC
@marcoscaceres commented on this pull request.
> @@ -1526,7 +1526,7 @@ <h2>
<pre class="idl">
[Exposed=Window]
partial interface Navigator {
- sequence<Gamepad?> getGamepads();
+ [SecureContext] sequence<Gamepad?> getGamepads();
```suggestion
sequence<Gamepad?> getGamepads();
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/192#pullrequestreview-1866974680
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/192/review/1866974680@github.com>
Received on Wednesday, 7 February 2024 06:12:35 UTC