We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7504b4f commit 579540cCopy full SHA for 579540c
1 file changed
examples/006-DownloadDemo.au3
@@ -63,14 +63,15 @@ Func _Example()
63
While 1
64
Switch GUIGetMsg()
65
Case $GUI_EVENT_CLOSE
66
+ ConsoleWrite('$GUI_EVENT_CLOSE fired' & @CRLF)
67
ExitLoop
68
EndSwitch
69
WEnd
70
71
+ _NetWebView2_CleanUp($oWebV2M, $oJSBridge)
72
GUIDelete($hGUI)
73
#EndRegion ; GUI Loop
74
- _NetWebView2_CleanUp($oWebV2M, $oJSBridge)
75
EndFunc ;==>_Example
76
77
; Advise using 'Volatile' for Event Handlers to ensure the WebView2 COM thread can interrupt the main script safely.
0 commit comments