+ 9
HTML error alerts and warnings
Is there a setting to toggle HTML error alerts and warnings on/off? The reason I ask is that see them when I'm on the website but not on the app. https://www.sololearn.com/compiler-playground/WKuchrV0rtr6
2 odpowiedzi
+ 8
try to return false on error event
window.onerror = function() {
return false
}
+ 6
Toni Isotalo
That sound you hear is my head being pull out. Thanks for the reminder.