-
正常情况下,在 Network 面板能够看到页面中发送的所有请求列表,点击列表项,会跳转到 Resources 面板,展示该请求的详细信息。
但是,若同时使用了 GrowingIO 这类无埋点统计方案,就会遇到问题。
在点击列表项的时候,统计 SDK 会立即发送一次请求,Network 列表会立即全量刷新,且没有跳转到 Resources,这样就看不到请求的详细信息了。
这可能是…
-
Hello. Thanks for a great tool. It would be very nice to add support for click to find element in DOM view window (the same way it works in dev tools).
-
I've found that on Chrome for mobile, if the ON/OFF button of the device is pressed or if the user changes tabs to browse another page and then returns to the tab where annyang is supposed to be liste…
-
-
#### 测试环境
* `小米note 1` **客户端webview**
* `华为G750-T20`
* `三星 S4`
```html
测试页面
try{window.eruda.init();}catch(e){};
.test {
overflow-x: auto;
width: 200px;
white…
-
When I parse a long piece of HTML text which contains a large number of pictures and load slowly, the phone gets stuck.
The html text is as follows:
```
const kHtml = """
这里记录每周值得分享的科技内容,周五发布。(由于明…
-
目前想要自己开发一个插件的话,除了用`eruda-plugin`生成一个之外就没有任何信息了。
剩下的都要靠自己去看其他插件的源码来理解发生了什么。
是不是可以介绍一下,插件有哪些部分组成,分别用来做什么?
-
版本: 1.4.3
情景:
把eruda放到我们私有cdn上的时候,会出现 `stringifyWork.js` **404**
建议把它打到包里面。或者开发一个`dev`包
-
一些例如 https://example.com 之类的网站/页面中含有适用于 `div` 甚至 `*` 的样式,最终可导致 eruda 的 shadowroot host 元素,插在页面末端的 ``,变为可见,如下图左侧:
![图片](https://user-images.githubusercontent.com/16851802/65818199-ef79cf80-e241-11e9-…
-
Date: 2019/9/21 下午4:38:23
Error: JSON.stringify cannot serialize cyclic structures.
stringify@[native code]
....因公司隐私原因省略几百行
axios 请求返回字段会带有 request 指向自身, 估计也有其他类似的导致报错
暂时用函数进行兼容
```javascri…