Skip to content
David Storey edited this page Apr 29, 2014 · 1 revision

This Wiki page lists the common issues that cause content to be out of date, organised by feature.

Gamepad API

Spec

  • Early implementations used prefixes (moz and webkit.) Many articles and demos only use these prefixes without the unprefixed version, including for requestAnimationFrame. Unprefixed versions should be added.
  • Gamepad.buttons previously returned an array of doubles. In the latest spec (implemented by Firefox 29+ (28 behind a flag) and the upcoming version of IE) returns an array of GamepadButtons.
  • Firefox 29 now ships the gamepad API by default (without prefixes)
  • IE now supports the Gamepad API (without prefixes.) NOT CURRENTLY RELEASED.
Clone this wiki locally