-
-
`console.log` 被 `eruda` 重写,调用会更新 `eruda-console` 节点,触发宿主的 `MutationObserver `,引起 `console.log`,进入死循环。
```javascript
var observer = new MutationObserver(mutaions => {
// trigger `eruda-console` …
-
```html
eruda.init();
new Promise(function(resolve, reject){
resolve();
}).then(function(res){
…
xblxc updated
6 years ago
-
-
env:
`vue-resource`
config:
`Vue.http.options.responseType = 'json';`
error:
`Uncaught DOMException: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible…
-
我点到network选项卡里面,页面切换不出来网络请求,请问是什么原因呢
-
比如[Info](https://github.com/liriliri/eruda/blob/master/doc/TOOL_API.md#info)
```javascript
const info = eruda.get('info')
info.get() // 返回info内容
```
类似于这样的api。
虽然可以通过`info._infos`获取,但感觉不…
-
测试环境下能看到多个选项正常显示,放到生产环境就只有setrings这是为什么?跟服务器那块配置有关?
http://www.kuaikanmanhua.com/webapp/pay/test_eruda.html
-
### 环境同步
机型:小米MAX
访问地址: http://eruda.liriliri.io/
浏览器:UC浏览器 V11.9.4.974
### 问题描述
清空浏览器缓存后访问地址,一定会出现eruda入口,但是在反复刷新几次(不超过10次)页面后,eruda入口就不再展示出来。因此我使用了window.onerror捕获页面错误,发现不出现eruda入口的场景,均报了…
-