onsuspend event
Occurs if the load operation has been intentionally halted.
![]() ![]() |
Syntax
| HTML Attribute | <element onsuspend = "handler(event)"> |
|---|---|
| Event Property | object.onsuspend = handler; |
| attachEvent Method | object.attachEvent("onsuspend", handler) |
| addEventListener Method | object.addEventListener("suspend", handler, useCapture) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- pEvtObj [in]
-
Type: Event
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.12
Remarks
This event occurs when the browser stops fetching data temporarily. (Not currently used by Windows Internet Explorer 9.)
This event occurs when the browser stops fetching data temporarily.
To invoke this event, do one of the following:
- None.
See also
Build date: 11/12/2012

