WebView4Delphi
WebView4Delphi copied to clipboard
View Source missing characters
This (and below for the RetrieveText function) should use encodeURIComponent instead of encodeURI to avoid losing the + characters (they get converted to spaces).
https://github.com/salvadordf/WebView4Delphi/blob/2c7dec03305b1fbb966d81911e3c4179d3e1294b/source/uWVBrowserBase.pas#L6215