Forum Discussion
SZimmie
Apr 01, 2021Copper Contributor
Edge for iOS window.onerror throws null Errors
Has anyone else had issues with Edge for iOS throwing null errors with window.onerror = globalErrorHandler? I'm using Edge iOS version 46.2.5, whenever the onerror is assigned it immediately thro...
gerlge
Jun 22, 2021Copper Contributor
ok I solved by using window.addEventListener("error",myFunc);