in web/components/Recorder/Recorder.ts [30:36]
constructor(canvas: Canvas) { this.stream = null; this.recorder = null; this.chunks = []; this.callback = null; this.canvas = canvas; }