Наши волонтёры ещё не перевели данную статью на Русский. Присоединяйтесь к нам и помогите закончить эту работу!
Deprecated since Gecko 17 (Firefox 17 / Thunderbird 17 / SeaMonkey 2.14)
This feature has been removed from the Web. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.
Note: As of Gecko 17.0, this interface is deprecated in favor of nsIXMLHttpRequestEventTarget
. It no longer exists starting in Firefox 17.
This interface used to describe event listeners for the
XMLHttpRequest
class, allowing applications to monitor an HTTP request for progress updates, errors, and the completion of the load process while loading an HTTP document asynchronously.
Inherits from:
nsISupports
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)Attributes
Attribute | Type | Description |
onuploadprogress |
|
A mechanism for setting an upload progress event listener. This event listener may be called multiple times during the upload. |
Remarks
You must call open()
on the XMLHttpRequest
before setting any event listeners on it.