-
Notifications
You must be signed in to change notification settings - Fork 2
Common Issues
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.
- Early implementations used prefixes (
moz
andwebkit
.) Many articles and demos only use these prefixes without the unprefixed version, including forrequestAnimationFrame
. 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 ofGamepadButton
s. - Firefox 29 now ships the gamepad API by default (without prefixes)
- IE now supports the Gamepad API (without prefixes.) NOT CURRENTLY RELEASED.