diff --git a/extensions.html b/extensions.html index a364497..ce4f496 100644 --- a/extensions.html +++ b/extensions.html @@ -181,6 +181,7 @@

GamepadHapticActuator Interface

+        [Exposed=Window]
         interface GamepadHapticActuator {
           readonly attribute GamepadHapticActuatorType type;
           Promise<boolean> pulse(double value, double duration);
@@ -238,6 +239,7 @@ 

GamepadPose Interface

+        [Exposed=Window]
         interface GamepadPose {
           readonly attribute boolean hasOrientation;
           readonly attribute boolean hasPosition;