mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
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) {
|
function vis_exh(msg, url, lineNo, columnNo, error) {
|
||||||
|
if ((msg + '').indexOf('ResizeObserver') !== -1)
|
||||||
|
return; // chrome issue 809574 (benign, from <video>)
|
||||||
|
|
||||||
if (!window.onerror)
|
if (!window.onerror)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue