mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Replaced `GamepadButtonList` interface with a frozen array of gamepad buttons to match the gamepad webidl specification. Testing: No idlharness tests possible since the values can't be accessed without a real gamepad. Fixes: #44333 --------- Signed-off-by: Rover track <rishan.pgowda@gmail.com>