The canConstructInDedicatedWorker static property of the MediaSource interface returns true if MediaSource worker support is implemented, providing a low-latency feature detection mechanism.
The MediaSource.isTypeSupported() static method returns a boolean value which is true if the given MIME type and (optional) codec are likely to be supported by the current user agent.
The
canConstructInDedicatedWorker
static property of the MediaSource interface returnstrue
ifMediaSource
worker support is implemented, providing a low-latency feature detection mechanism.MDN Reference