onstalled event
[This documentation is preliminary and is subject to change.]
Occurs when the download has stopped.
Syntax
HTML Attribute | <element onstalled = "handler(event)"> |
Event Property | object.onstalled = handler; |
attachEvent Method | object.attachEvent("onstalled", handler) |
addEventListener Method | object.addEventListener("stalled", handler, useCapture) |
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12
Event information
Synchronous | No |
Bubbles | No |
Cancelable | No |
Event handler parameters
- pEvtObj [in]
Type: IHTMLEventObj
Remarks
This event occurs if three seconds have passed since the last packet was downloaded.
To invoke this event, do one of the following:
- Disconnect the network while the media resource is downloading.
See also
Build date: 1/25/2012