try…catch
window.onerror
process.on('uncaughtException', func)
延伸:跨域的js运行错误可以捕获吗,错误提示什么,应该怎么处理?
可以。Script error
方法1:
-
在script标签增加crossorigin属性
-
设置js资源响应头Access-Control-Allow-Orgin:*
方法2:
Avoiding those dang “cannot read property of undefined” errors