Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.92k stars 175 forks source link

Debug mode dumps HTML on every console message #303

Closed martinellison closed 3 years ago

martinellison commented 3 years ago

If I turn on debug mode, so that I can see the console log messages, I get the complete HTML for the page dumped with every log message. This makes the output close to unusable. Could you please provide a way of getting id of this?

This is on Linux (Fedora 34).

martinellison commented 3 years ago

actually this is the same as #17