HAR(HTTP 归档) 是多种 http 会话工具用来导出所记录数据的一种文件格式。 这种格式基本上是JSON 对象,并具有特定的字段分布。 在任何情况下,都请注意并非所有字段都是必填字段。 很多时候,部分信息不会保存到文件中。
https://toolbox.googleapps.com/apps/har_analyzer/
https://toolbox.googleapps.com/apps/browserinfo/
https://toolbox.googleapps.com/apps/main/
https://toolbox.googleapps.com/apps/loganalyzer/
https://toolbox.googleapps.com/apps/loggershark/
http://www.softwareishard.com/blog/har-viewer/
https://yarnpkg.com/zh-Hans/docs/cli/install
$ yarn install --har
从安装期间的所有网络请求输出一个 HTTP archive。 HAR 文件通常用于排查网络性能,并能用
Google’s HAR Analyzer
或HAR Viewer
这样的工具分析。
fetch & json
https://gist.github.com/xgqfrms-GitHub/b44ba9049575654e36e3032c58576931