Closed
Bug 1225601
Opened 9 years ago
Closed 7 years ago
DOMApplication/DOMApplicationsRegistry should document download-related properties and methods - Web APIs | MDN
Categories
(Developer Documentation Graveyard :: Apps, defect)
Developer Documentation Graveyard
Apps
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: anaran, Unassigned)
References
()
Details
See:
https://developer.mozilla.org/en-US/docs/Web/API/DOMApplication
Details:
In the Open Web apps JavaScript API, an App object is a JavaScript object that represents an app that is or could be installed in the user's app repository.
Problem:
None of the ondownload* properties nor the download methods are documented.
https://developer.mozilla.org/en-US/docs/Web/API/DOMApplicationsRegistry
does not document existence and use of applyDownload method. This one is blocking me to get desktop app updates to work.
The relevant interfaces are in
http://mxr.mozilla.org/mozilla-central/source/dom/webidl/Apps.webidl
http://mzl.la/1vxCDgA
Comment 1•9 years ago
|
||
Note that the associated events are not documented either (in the Events/* hierarchy)
Comment 2•7 years ago
|
||
The Firefox OS API docs have been archived and we don't plan to fix them as the APIs no longer exist.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•