-
`window.fetch` is currently not being monitored by Eruda.
Unlike XHR requests, fetch can be monitored through an event listener, `window.addEventListener('fetch', function (request) { ... })`.
-
当我无刷新改变地址栏的地址的时候,info面板中的Location块显示的信息并没有及时更新。比如location.hash = ''的方式
fa-ge updated
6 years ago
-
### Creator version?(版本号)
Cocos Creator 1.6.1
### Affected platform?(受影响的平台)
Web。发布平台:Web Mobile,渲染模式:自动,未勾选AnySDK、Eruda、调试模式以及Source Maps。
浏览器方面,仅在360安全浏览器上重现(版本号:9.1.0.410,内核版本:55.0.2883…
-
编码只是开发过程中的一小部分,为了使我们工作更加高效,我们必须学会调试,并擅长调试。
文章地址:https://css-tricks.com/debugging-tips-tricks/?utm_source=javascriptweekly&utm_medium=email
-
this._scriptObserver.observe(document.body, { childList: true });
如果有人在head标签中直接初始化eruda,那么这段代码会报错,因为此时body还没有
fa-ge updated
7 years ago
-
```
:root {
--test: 10px;
}
```
or
```
html {
--test: 10px;
}
```
```
Uncaught TypeError: Cannot read property 'replace' of undefined
at processStyleRule (eruda.js:12130)
```
de…
-
现在移动端,为了适配大小问题,使用rem的解决方案。 具体见 https://github.com/amfe/lib-flexible
三倍屏下,会先把页面的 scale 设成 1/3, 这种情况下,调试面板就太小了。
我们自己写css时,会通过postcss 把px 转成rem。
这个虽然不是库需要考虑的,但是移动端rem还是挺常用,这种情况的确太影响使用了。
-
请问在 angular + typescript 下如何使用?
-
Please, if possible, delete classes that do not begin with "eruda-". I met a problem with the class "filter". My code uses this class to define a component in DOM. I'm getting errors in the console. T…
-
![screenshot from 2017-08-17 11-31-17](https://user-images.githubusercontent.com/8074705/29398654-6c597bb8-8358-11e7-87f9-9987860788e4.png)
![screenshot from 2017-08-17 11-30-49](https://user-images.…