-
Notifications
You must be signed in to change notification settings - Fork 16
开发计划
whincwu edited this page Jun 23, 2018
·
4 revisions
- 实现 console 面板
- 支持 console 的 log/warn/error/info/debug
- 支持 console 的 clear
- 实现 network 面板
- 支持展示 XMLHttpRequest 请求的概略信息
- console 面板
- log 接口支持多参数
- log 接口第一个参数支持占位符和格式化(
%i/%d
,%f
,%O
,%s
) - 支持以树形结构输出对象
- network 面板
- 请求 headers 面板增加展示响应头、GET 查询参数、POST 请求数据
- 请求 response 面板增加语法高亮
- 增加 preview 面板,支持按数据格式预览响应内容