Resolve an issue that browser app could not be localized.
- yom-lib store the logs(console and network) to IndexDB; export the logs to local file
- src logs viewer
- The
console
andnetwork
methods have been rewritten to store the data in IndexDB - Press
Ctrl + Alt + 6
, Wake up the export panel, which supports exporting within a specific time period logs (console
ornetwork
) - Screen recording is supported
- Show
console
details - Show
network
details - Play the screen record
- rewritten console.debug
- add the filter for Network and Console
- Batch import of logs
- Add time zone configuration
- DongLiang Fan's idea
- https://github.com/Nice-PLQ/devtools-remote-debugger : The original inspiration
- https://github.com/HuolalaTech/page-spy-web Referring to this article, I made an interface by myself
Details of the version update: README_VERSIONS