web-view icon indicating copy to clipboard operation
web-view copied to clipboard

Debug mode spamming console when loading a local file

Open MGlolenstine opened this issue 3 years ago • 0 comments

Whenever debug mode is enabled, a local webpage is loaded and web-view sends a message to the IDE, the IDE freezes. The problem occurs because the "URL" sent contains the whole HTML and that freezes the IDE if there's a lot of it. Is there a way to filter that to either chop it off or is that platform-dependent and you can't do anything?

I'm currently using VSCode on Void Linux, using GTK webview.

I understand the problem is in VSCode, but having a way of manipulating the log output format would help greatly.

MGlolenstine avatar Sep 07 '20 06:09 MGlolenstine