I encountered several problems while using RC6:
(1) RC6 provides DynObj to implement dynamic properties and dynamic functions. Is there an example to demonstrate how to implement dynamic functions?
(2) Chrome has a very useful function: Pretty-Print SourceCode, I'd like to know if WebView2 has a similar function?
(3) I know how to use cFSO.ReadTextContent(FileName,,CP_UTF8) to read a JS file. If I save this JS file as binary into WebArchive(WV.ReadContentsFromByteArray), how can I read this JS file as a UTF8 string from WebArchive?
Much Appreciated.
(1) RC6 provides DynObj to implement dynamic properties and dynamic functions. Is there an example to demonstrate how to implement dynamic functions?
(2) Chrome has a very useful function: Pretty-Print SourceCode, I'd like to know if WebView2 has a similar function?
(3) I know how to use cFSO.ReadTextContent(FileName,,CP_UTF8) to read a JS file. If I save this JS file as binary into WebArchive(WV.ReadContentsFromByteArray), how can I read this JS file as a UTF8 string from WebArchive?
Much Appreciated.