邪无神
Results
2
issues of
邪无神
**Do you want to request a *feature* or report a *bug* (建议还是bug) ?** - bug **What is the current behavior? (现有状况)** - 选中项和emit的text不一致 **What is the expected behavior? (应有状况)** -...
discuss
```js /** * 默认的配置信息 * @type {Object} */ var defaults = { enabled: true, // 是否可用,关闭以后不再捕获和发送错误信息 action: true, // 是否监控并发送用户操作信息 hook: true, // 是否增加hook,把setTimeout/setInterval/requestAnimationFrame和add/removeEventListener给wrap一层 net: true, // 是否hook ajax请求 dependence:...