[Webkit-unassigned] [Bug 13596] Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 14 15:51:04 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=13596





------- Comment #7 from julien.chaffraix at gmail.com  2008-04-14 15:51 PDT -------
Just an update: 

We will have to create a custom event for onprogress as we need to both support
LSProgressEvent (without the input attribute) and ProgressEvent interface (see
the discussion on public-webapi about that). 
I am planning on calling it XMLHttpRequestProgressEvent (rather long but better
long than ambiguous). To avoid adding LSProgressEvent idl without any real use,
XMLHttpRequestProgressEvent will inherit from on ProgressEvent and add the
LSProgressEvent bits in its idl.

I hope to finish the new version by tomorrow.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list