Closed
Bug 1054389
Opened 11 years ago
Closed 8 years ago
Document the NavigatorFeatures API (hasFeature / getFeature)
Categories
(Developer Documentation Graveyard :: API: Device API, defect, P5)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sheppy, Assigned: sheppy)
References
Details
:: Developer Documentation Request
Request Type: New Documentation
Gecko Version: unspecified
Technical Contact: ehsan@mozilla.com
:: Details
This is fairly low priority, since the API is privileged and intended primarily for use by the Marketplace app (to determine whether or not an app can be installed based on device compatibility).
See https://wiki.mozilla.org/WebAPI/Navigator.hasFeature for the design documentation (which is excellent).
This API won't take long to document, but due to its low importance is not a priority to tackle.
| Assignee | ||
Comment 1•11 years ago
|
||
Additional notes:
* Exists primarily for Marketplace
* Lets Marketplace detect whether or not an app should be installed based on whether the device supports features it needs
* Will allow Marketplace to be shipped as a low-privilege app while still being able to test the device compatibility issues it needs to check
* Probably will never be standardized.
* Not exposed to Web content.
Updated•11 years ago
|
Keywords: dev-doc-needed
Updated•10 years ago
|
Keywords: dev-doc-needed
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•