Web/API/MediaStream/ended

From Get docs

ObsoleteThis feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.


The ended read-only property of the MediaStream interface returns a Boolean value which is true if the stream has been completely read, or false if the end of the stream has not been reached. This value  once the ended event has been fired.

This property has been removed from the specification; you should instead rely on the ended event or check the value of MediaStreamTrack.readyState to see if its value is "ended" for the track or tracks you want to ensure have finished playing.


Syntax

var hasEnded = MediaStream.ended;

Value

A Boolean value that returns true if the end of the stream has been reached.

Specifications

No longer part of any specification. This property was part of earlier drafts of the Media Capture and Streams specification.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

ended

Deprecated'

Chrome No support ? — 54

Notes'

No support ? — 54

Notes'

Notes' Deprecated in Chrome 52.

Edge

?

Firefox

No support No

IE

No support No

Opera

No support ? — 39

Safari

?

WebView Android No support ? — 54

Notes'

No support ? — 54

Notes'

Notes' Deprecated in Chrome 52.

Chrome Android No support ? — 54

Notes'

No support ? — 54

Notes'

Notes' Deprecated in Chrome 52.

Firefox Android

No support No

Opera Android

No support ? — 41

Safari iOS

?

Samsung Internet Android No support ? — 6.0

Notes'

No support ? — 6.0

Notes'

Notes' Deprecated in Samsung Internet 6.0.

Legend

No support  
No support
Compatibility unknown  
Compatibility unknown
Deprecated. Not for use in new websites.'
Deprecated. Not for use in new websites.
See implementation notes.'
See implementation notes.