Closed abhijeet-toptal closed 2 years ago
unlike the native implementation, there is no start event fired.
Ideally:
eventTarget.dispatchEvent(new Event('start'));
should be fired in the start method of web-audio-media-recorder.ts
Thanks for filing this issue. v6.6.0 should fire 'start' events.
'start'
unlike the native implementation, there is no start event fired.
Ideally:
should be fired in the start method of web-audio-media-recorder.ts