chrisguttandin/extendable-media-recorder

onstart event not implemented

Closed this issue · 1 comments

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.