We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6259653 commit ace889fCopy full SHA for ace889f
1 file changed
examples/006-DownloadDemo.au3
@@ -12,6 +12,8 @@ Global $_sURLDownload_InProgress = ''
12
_Example()
13
14
Func _Example()
15
+ ConsoleWrite("! MicrosoftEdgeWebview2 : version check: " & _NetWebView2_IsAlreadyInstalled() & @CRLF)
16
+
17
Local $oMyError = ObjEvent("AutoIt.Error", __NetWebView2_COMErrFunc)
18
#forceref $oMyError
19
0 commit comments