Closed
Bug 881058
Opened 11 years ago
Closed 11 years ago
Complete the interface for consumers of the JavaScript API for downloads
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
RESOLVED
FIXED
People
(Reporter: Paolo, Unassigned)
References
Details
(Keywords: dev-doc-complete)
The asynchronous JavaScript API for downloads, currently in development, can
already be tried out experimentally by add-ons and Mozilla products, but there
are already some planned changes and new features that will require changes or
additions to those consumers.
This bug tracks remaining changes that affect the consumer interface.
Reporter | ||
Updated•11 years ago
|
No longer blocks: jsdownloads
Reporter | ||
Comment 1•11 years ago
|
||
The interface is now complete, and is documented at:
https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Downloads.jsm
We may still evaluate minor changes if required by other feature work or
requested for new use cases, but the general download mechanics are defined.
Comment 2•11 years ago
|
||
I can confirm that after the changes done and mentioned in the documentation, the downloads current functionality is working as expected and has not regressed. Is there anything else I have to test for this fix?
Updated•11 years ago
|
Flags: needinfo?(paolo.mozmail)
Reporter | ||
Comment 3•11 years ago
|
||
(In reply to Mihai Morar, QA (:MihaiMorar) [needinfo? me for any requests] from comment #2)
> I can confirm that after the changes done and mentioned in the
> documentation, the downloads current functionality is working as expected
> and has not regressed. Is there anything else I have to test for this fix?
I don't think so, thank you for the tests!
Flags: needinfo?(paolo.mozmail)
You need to log in
before you can comment on or make changes to this bug.
Description
•