-
Notifications
You must be signed in to change notification settings - Fork 15
接口 Wiki jsbug相关
吴晓兰 edited this page Apr 19, 2017
·
1 revision
- time:String 当前时间 ( new Date )
- message: String window.onerror 里的 message 参数
- source: String window.onerror 里的 source 字段
- pageUrl:String 当前页面地址
- [error]: String window.onerror 里 error.stack
- [errorType]: String window.onerror 里 error.name
none
返回数组, 数组里多个 bug 对象。
- errorPage: String, 报错的页面
- refferPage: String, 报错的页面的上一个页面
- message: String, window.onerror函数里的message
- error: String, 报错的堆栈信息
- ua: String, 报错页面的user-agent
- time: Date 报错的时间