Searched refs:onUnhandledError (Results 1 – 3 of 3) sorted by relevance
30 function onUnhandledError(ev: ErrorEvent) {53 window.addEventListener('error', onUnhandledError);55 window.removeEventListener('error', onUnhandledError);
33 function onUnhandledError(ev) { function50 window.addEventListener('error', onUnhandledError);52 window.removeEventListener('error', onUnhandledError);
1 …onUnhandledError(ev: ErrorEvent) {\n hasError.current = true;\n\n const error = ev?.erro…