Del: Network timing

This commit is contained in:
surunzi
2017-12-15 21:00:56 +08:00
parent ea1656ec1b
commit 75424b9954
7 changed files with 39 additions and 316 deletions

View File

@@ -32,7 +32,7 @@ Eruda 是一个专为手机网页前端设计的调试面板,类似 DevTools
3. Elements面板查看标签内容及属性查看应用在Dom上的样式支持页面元素高亮支持屏幕直接点击选取查看Dom上绑定的各类事件。
4. Network面板图表显示页面加载速度查看页面各资源请求时间Android捕获XHR请求查看发送数据、返回头、返回内容等信息。
4. Network面板捕获XHR请求查看发送数据、返回头、返回内容等信息。
5. Resources面板查看并清除localStorage、sessionStorage及cookie查看页面加载脚本及样式文件查看页面加载图片。

View File

@@ -89,15 +89,7 @@ elements.set(document.body);
## Network
Display performance timing, resource timing and xhr requests.
### Config
|Name |Type |Desc |
|------------------|-------|--------------------------|
|disablePerformance|boolean|Disable Performance Timing|
|hideXhrResource |boolean|Hide Xhr Resource Timing |
|overrideXhr |boolean|Catch Xhr Requests |
Display xhr requests.
## Resources