elsmr / mp3-mediarecorder

🎙MediaRecorder ponyfill that records audio as mp3

Home Page:https://mp3-mediarecorder.elsmr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo page not working

mediafreakch opened this issue · comments

Opening https://mp3-mediarecorder.elsmr.dev/ in Chrome 85 on MacOS gives me this JS error:

Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://mp3-mediarecorder.elsmr.dev/worker/index.umd.js' failed to load.
    at https://mp3-mediarecorder.elsmr.dev/worker.js:1:1

When I try to record something, another JS error gets thrown:

index.js:26 Uncaught (in promise) TypeError: Cannot read property 'Mp3MediaRecorder' of undefined
    at index.js:26

Hi, sorry about that. It's working again 😄. Let me know if something still needs fixing!