Re: [w3c/gamepad] Add `[SecureContext]` tags to the interfaces (PR #192)

@marcoscaceres commented on this pull request.



> @@ -1526,7 +1526,7 @@ <h2>
       <pre class="idl">
         [Exposed=Window]
         partial interface Navigator {
-          sequence&lt;Gamepad?&gt; getGamepads();
+          [SecureContext] sequence&lt;Gamepad?&gt; 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