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.

updatestart | onupdatestart event

Occurs when the source buffer is updating.

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 onupdatestart = "handler(event)">
Event Property object.onupdatestart = handler;
addEventListener Method object.addEventListener("updatestart", handler, useCapture)

 

Event information

SynchronousNo
BubblesNo
CancelableNo

 

Event handler parameters

handler [in]

Type: function

Event handler object.

Standards information

Remarks

This event occurs when updating changes from false to true.

See also

SourceBuffer

 

 

Show:
© 2017 Microsoft