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
consoleandnetworkmethods 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 (consoleornetwork) - Screen recording is supported
- Show
consoledetails - Show
networkdetails - 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

