You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The property srcObject on HTMLAudioElement is of type MediaProvider, however the type for src in the audio package restricts only to a subset, that is MediaSource.
Describe The Problem To Be Solved
The property
srcObject
onHTMLAudioElement
is of typeMediaProvider
, however the type forsrc
in the audio package restricts only to a subset, that isMediaSource
.For example, this is perfectly valid:
However,
destination.stream
is not a validAudioSource
according the declaration.Suggest A Solution
Change
to
The text was updated successfully, but these errors were encountered: