Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The type
read-only property of the GamepadHapticActuator
interface returns an enum representing the type of the haptic hardware.
Syntax
var myActuatorType = gamepadHapticActuatorInstance.type;
Value
An enum of type GamepadHapticActuatorType
; currently available types are:
vibration
— vibration hardware, which creates a rumbling effect.
Examples
TBC
Specifications
Specification | Status | Comment |
---|---|---|
Gamepad Extensions The definition of 'GamepadHapticActuatorType' in that specification. |
Editor's Draft | Initial definition |
Browser compatibility
BCD tables only load in the browser