PageRenderTime 89ms queryTime 58ms sortTime 0ms getByIdsTime 3ms findMatchingLines 0ms

1+ results for '"new MediaRecorderErrorEvent"' (89 ms)

Not the results you expected?
idlharness.window.js https://github.com/chromium/chromium.git | JavaScript | 40 lines
                    
20      const stream = canvas.captureStream();
                    
21      recorder = new MediaRecorder(stream);
                    
22    } catch(e) {}
                    
25    try {
                    
26      blob = new BlobEvent("type", {
                    
27        data: new Blob(),
                    
33    try {
                    
34      error = new MediaRecorderErrorEvent("type", {
                    
35        error: new DOMException,
                    
37    } catch(e) {}
                    
38    idl_array.add_objects({ MediaRecorderErrorEvent: [error] });
                    
39  }
                    
                
 

Source

Language