Re: xmlRequest.onprogress questions
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Michael Vincent van Rantwijk wrote:
> xmlRequest.onprogress = function(aEvent)
> {
> dump("\naEvent : " + aEvent +
> "\nposition : " + aEvent.position +
> "\ntotalSize: " + aEvent.totalSize);
> }
> xmlRequest.open("GET", url);
>
> and the output is this:
>
> aEvent : [object XMLHttpProgressEvent]
Can't help with your problem but I am wondering since when onprogress
works at all, I do not even get it fired with a Firefox 1.5 beta
nightly. Is onprogress a new feature on the trunk only?
--
Martin Honnen
http://JavaScript.FAQTs.com/