v3.14.0
EN:
Feat(Core)
Add new optionpluginOrder
to adjust the order of built-in and custom plugins, see Public Properties & Methods.Feat(Core)
Panel will auto scroll to previous position when switching plugin panel.Feat(Network)
Add response size.Feat(Network)
Add support fortransfer-encoding: chunked
, now streaming response can be recorded.Feat(Network)
Improve rendering performance of large Response data by cropping the displayed response content.Refactor(Network)
Now network records will be more accurate by using Proxy to preventXMLHttpRequest | fetch
overwriting by other request libraries (like Axios).
CN:
Feat(Core)
新增配置项pluginOrder
来调整插件面板的排序,见 公共属性及方法。Feat(Core)
切换插件面板时,面板会自动滚动到上次的位置。Feat(Network)
新增显示 Response 的体积。Feat(Network)
新增对transfer-encoding: chunked
的支持,现在可记录流式回包(stream response)。Feat(Network)
展示时裁剪过大的 Response 回包以提高渲染性能。Refactor(Network)
提高网络记录的准确性,以避免被外部库(如 Axios)覆盖;方法是对XMLHttpRequest | fetch
使用 Proxy。