mirror of
https://github.com/9001/copyparty.git
synced 2026-03-17 13:44:43 +10:00
avoid chrome bug 809574
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user