Dart SDK
dart:html
MediaSource
property supported
supported
class MediaSource
Constructors
MediaSource
internal_
Properties
activeSourceBuffers
duration
readyState
sourceBuffers
hashCode
on
runtimeType
Methods
addSourceBuffer
endOfStream
removeSourceBuffer
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
Static methods
isTypeSupported
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported