Re: xmlRequest.onprogress questions
Michael Vincent van Rantwijk <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Christian Biesinger wrote: > Michael Vincent van Rantwijk wrote: >> position : undefined >> totalSize: undefined > > Hm... does it help to explicitly QI aEvent to nsIDOMLSProgressEvent? Eh, how? Like this: aEvent.QueryInterface(Components.interfaces.nsIDOMLSProgressEvent).position Tanks, Michael