We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec70755 commit 95e3b3cCopy full SHA for 95e3b3c
1 file changed
examples/008-JavaScript.au3
@@ -12,6 +12,8 @@ Global $oWebV2M, $oBridge
12
_Example_Console_Redirect()
13
14
Func _Example_Console_Redirect()
15
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & ' ERR=' & @error & ' EXT=' & @extended & @CRLF)
16
+
17
Local $hGUI = GUICreate("Console Redirect Test", 400, 300)
18
19
; 1. Initialize WebView2
0 commit comments