- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Sun, 23 Apr 2006 13:51:03 -0500
- To: "Web APIs WG (public)" <public-webapi@w3.org>
At the moment, Gecko allows adding a single "onprogress" DOMEventListener that's notified of download progress. We would like to make two changes to the progress event setup: 1) Allow adding progress event listeners via addEventListener, not just via setting the onprogress property. The event name would be "progress". 2) Allow adding upload progress event listeners via addEventListener. The event name would be "uploadprogress". The timeline for this would be to make the change in development builds in the next several weeks and to ship it hopefully early next year. Does this seem acceptable? If not, are there counter-proposals? -Boris
Received on Sunday, 23 April 2006 18:51:13 UTC