Closed
Bug 829944
Opened 12 years ago
Closed 6 years ago
Use the ProgressEvent interface for our download events
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julienw, Unassigned)
Details
see W3C Spec [1]
I believe that's we already use in Gecko for XHR events ([2]).
I think we could implement ProgressEvent either directly on the app object, we could have a "download" property like the "upload" property in XHR.
Do we need support for addEventListener to implement this ?
[1] http://www.w3.org/TR/progress-events/
[2] https://mxr.mozilla.org/mozilla-central/source/dom/interfaces/events/nsIDOMProgressEvent.idl
Reporter | ||
Comment 1•12 years ago
|
||
This is likely a post-v1 bug.
Updated•12 years ago
|
Blocks: app-install
Updated•12 years ago
|
Updated•11 years ago
|
No longer blocks: b2g-apps-v1-next
Updated•7 years ago
|
Product: Core → Core Graveyard
Comment 2•6 years ago
|
||
Core Graveyard / DOM: Apps is inactive. Closing all bugs in this component.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•