- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 06 Feb 2024 22:12:15 -0800
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 February 2024 06:12:21 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(); This wouldn't be web compatible. See #113. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/192#pullrequestreview-1866974471 You are receiving this because you are subscribed to this thread. Message ID: <w3c/gamepad/pull/192/review/1866974471@github.com>
Received on Wednesday, 7 February 2024 06:12:21 UTC