diff --git a/index.html b/index.html index 9587de4..4d4318a 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@
- [Exposed=Window, SecureContext] + [Exposed=Window] interface Gamepad { readonly attribute DOMString id; readonly attribute long index; @@ -895,7 +895,7 @@device.
- [Exposed=Window, SecureContext] + [Exposed=Window] interface GamepadButton { readonly attribute boolean pressed; readonly attribute boolean touched; @@ -1667,7 +1667,7 @@GamepadEvent Interface
- [Exposed=Window, SecureContext] + [Exposed=Window] interface GamepadEvent: Event { constructor(DOMString type, GamepadEventInit eventInitDict);