Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

abort | onabort event

Occurs when an append or remove operation is aborted by calling abort.

Important  This event is not supported in Internet Explorer 11 on Windows 7.
 
HTML5 A vocabulary and associated APIs for HTML and XHTMLIE11

 

Syntax

HTML Attribute <element onabort = "handler(event)">
Event Property object.onabort = handler;
addEventListener Method object.addEventListener("abort", handler, useCapture)

 

Event information

SynchronousNo
BubblesNo
CancelableNo

 

Event handler parameters

handler [in]

Type: function

Event handler object.

Standards information

Remarks

This event occurs when the readyState changes from either:

  • open to closed
  • ended to closed

See also

SourceBuffer

 

 

Show:
© 2017 Microsoft