canmove, Confirmed users
901
edits
(Add IndexedDB) |
(Add "(W3C)" text to API column to indicate those going through W3C standardization processes) |
||
Line 34: | Line 34: | ||
| {{WebAPIPlatformAvailability|certifiedOnly|B2G}} | | {{WebAPIPlatformAvailability|certifiedOnly|B2G}} | ||
|- | |- | ||
| [http://dev.w3.org/2009/dap/vibration/ Vibration API] | | [http://dev.w3.org/2009/dap/vibration/ Vibration API] (W3C) | ||
| {{bug|679966}} | | {{bug|679966}} | ||
| Control device vibration for things like haptic feedback in games. Not intended to solve things like vibration for notification. | | Control device vibration for things like haptic feedback in games. Not intended to solve things like vibration for notification. | ||
Line 130: | Line 130: | ||
| {{WebAPIPlatformAvailability|certifiedOnly|B2G}} | | {{WebAPIPlatformAvailability|certifiedOnly|B2G}} | ||
|- | |- | ||
| [http://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html Mouse Lock API] | | [http://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html Mouse Lock API] (W3C) | ||
| {{bug|633602}} | | {{bug|633602}} | ||
| Lock access to mouse and get access to movement deltas rather than coordinates. | | Lock access to mouse and get access to movement deltas rather than coordinates. | ||
Line 154: | Line 154: | ||
| {{WebAPIPlatformAvailability|certifiedOnly|B2G}} | | {{WebAPIPlatformAvailability|certifiedOnly|B2G}} | ||
|- | |- | ||
| [http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/index.html Network Information API] | | [http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/index.html Network Information API] (W3C) | ||
| {{bug|677166}} {{bug|713199}} | | {{bug|677166}} {{bug|713199}} | ||
| Get basic information about current network connectivity. Example: "How fast of a connection do I have?". | | Get basic information about current network connectivity. Example: "How fast of a connection do I have?". | ||
Line 162: | Line 162: | ||
| {{WebAPIPlatformAvailability|notImplemented|B2G}} | | {{WebAPIPlatformAvailability|notImplemented|B2G}} | ||
|- | |- | ||
| [http://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html Battery Status API] | | [http://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html Battery Status API] (W3C) | ||
| {{bug|678694}} | | {{bug|678694}} | ||
| Information about battery charge level and if device is plugged in. | | Information about battery charge level and if device is plugged in. | ||
Line 258: | Line 258: | ||
| {{WebAPIPlatformAvailability|notImplemented|B2G}} | | {{WebAPIPlatformAvailability|notImplemented|B2G}} | ||
|- | |- | ||
| [http://www.w3.org/TR/IndexedDB/ IndexedDB] | | [http://www.w3.org/TR/IndexedDB/ IndexedDB] (W3C) | ||
| {{bug|553412}} | | {{bug|553412}} | ||
| Client-side storage of structured data and high performance searches on this data | | Client-side storage of structured data and high performance searches on this data |