Skip to content

sound-recorder: Use var instead of let or const

As per #32 (closed), let/const are not appropriate for ES6 code, and are replaced by let. While the code worked before, it's not guaranteed to work in the future and thus has been updated.

Merge request reports