美文网首页
错误监控

错误监控

作者: liuxinya | 来源:发表于2020-03-05 16:18 被阅读0次

    监听事件

    类型 同步 异步 页面资源(img) Promise
    try/catch ✔️
    window.onerror ✔️ ✔️
    window.addEventListener('error', e=>{}) ✔️ ✔️ ✔️
    window.addEventListener('unhandledrejection', e=>{}) ✔️

    相关文章

      网友评论

          本文标题:错误监控

          本文链接:https://www.haomeiwen.com/subject/feifrhtx.html