PageRenderTime 103ms queryTime 62ms sortTime 0ms getByIdsTime 3ms findMatchingLines 1ms

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

Not the results you expected?
idlharness.window.js https://gitlab.com/Spagnotti3/wpt | 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