avoid chrome bug 809574
This commit is contained in:
parent
1bb0db30a0
commit
daa11df558
@ -23,6 +23,9 @@ function esc(txt) {
|
||||
});
|
||||
}
|
||||
function vis_exh(msg, url, lineNo, columnNo, error) {
|
||||
if ((msg + '').indexOf('ResizeObserver') !== -1)
|
||||
return; // chrome issue 809574 (benign, from <video>)
|
||||
|
||||
if (!window.onerror)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user