onabort
< apis | file | MSStreamReader
onabort
This page has been flagged with the following issues:
High-level issues:
Non-Standard
Summary
Indicates that the read has been aborted (for example, by calling abort()).
Property of apis/file/MSStreamReader
Syntax
var result = element.onabort; element.onabort = value;
Needs Examples: This section should include examples.
Notes
Remarks
Aborts a read by, or a creation of, an msStreamReader object. To invoke this event, do one of the following:
- Abort the creation of an msStreamReader object.
- Invoke the abort method.
The pEvtObj parameter is required for the following interfaces:
Syntax
Event handler parameters
- pEvtObj [in]
- Type: IHTMLEventObj
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
See also
Related pages (MSDN)
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
Deletion Candidate: MS proprietary
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here