Open zeankundev opened 1 year ago
I'm having this exact problem using https://github.com/saltyshiomix/nextron
I'd love to find a solution!
Internally the library loads up a webworker script via
// Make it so we don't have to specify workersPath for CCapture gif recorder.
// This is not a large file, so no need to separate from lib.
// @ts-ignore
import gifWorkerString from 'raw-loader!./CCapture.js/gif.worker.js';
// @ts-ignore
import * as JSZip from 'jszip';
const gifWorkersPath = URL.createObjectURL(new Blob([gifWorkerString]));
does installing raw-loader
fix it? what are you using to build this project?
Hi, I got a problem when using CanvasCapture. When I try to call stop record, I had this fallback that would help me analyze the errors. I overcame this error, which reads:
Typically called from here.
I'm running this on an electron environment v24.3.1.