mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -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) {
|
||||
if ((msg + '').indexOf('ResizeObserver') !== -1)
|
||||
return; // chrome issue 809574 (benign, from <video>)
|
||||
|
||||
if (!window.onerror)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue