gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
227 stars 15 forks source link

[lib/chrome] A GUI for debugging deferred-rendered HTML #99

Open gnh1201 opened 10 months ago

gnh1201 commented 10 months ago

Summary

When HTML is intentionally deferred due to Ajax requests or dynamically rendered based on user input, it is not visible in the developer tools of a web browser. Therefore, there is a request for a separate GUI that makes it easy to inspect and debug such delayed rendering.