javascript MediaRecorder does not record on stop
I want to record some audio using javascript. I found some explanations, but it doesn't work for me. As far as I understood my code below, stop should trigger addEventListener('dataavailable' .... But as far as I can tell, this code…