Getting this error, on the following line. ``` async _attachMediaSource() { this._audioElement.loop = false; this._audioElement.src = URL.createObjectURL(this._mediaSource); await this._mediaSourceOpen; } ``` The error occurs on the 2nd line of the code.
Getting this error, on the following line.
The error occurs on the 2nd line of the code.