Skip to content

Commit

Permalink
Drop SecureContext extended attrs from interfaces (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Feb 22, 2024
1 parent 4b33578 commit c207166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2>
This interface defines an individual gamepad device.
</p>
<pre class="idl" data-cite="HR-TIME">
[Exposed=Window, SecureContext]
[Exposed=Window]
interface Gamepad {
readonly attribute DOMString id;
readonly attribute long index;
Expand Down Expand Up @@ -895,7 +895,7 @@ <h2>
device.
</p>
<pre class="idl">
[Exposed=Window, SecureContext]
[Exposed=Window]
interface GamepadButton {
readonly attribute boolean pressed;
readonly attribute boolean touched;
Expand Down Expand Up @@ -1667,7 +1667,7 @@ <h2>
<dfn>GamepadEvent</dfn> Interface
</h2>
<pre class="idl" data-cite="DOM">
[Exposed=Window, SecureContext]
[Exposed=Window]

interface GamepadEvent: Event {
constructor(DOMString type, GamepadEventInit eventInitDict);
Expand Down

0 comments on commit c207166

Please sign in to comment.