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]> |
What properties are there for:
xmlRequest = new XMLHttpRequest();
xmlRequest.onprogress = onXMLProgress <-
onXMLProgress: function(aEvent)
{
aEvent.target points to the request, but what else can I use?
How do I get the progress percentage and total size?
}
Thank you,
Michael