kbumsik / opus-media-recorder

MediaRecorder polyfill for Opus recording using WebAssembly
http://kbumsik.io/opus-media-recorder/
Other
318 stars 39 forks source link

How do i import wasm modules without fetching to CDN? #31

Open hahatulk opened 4 years ago

hahatulk commented 4 years ago

I want to move CDN files to local storage and load these modules from it. But when i change url to local path, i get fetch error. How do i do it?

guest271314 commented 3 years ago

At Chromium or Chrome you can use File System Access API or File API (<input type="file" multple>) to get local files.