You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NetWebView2Lib.au3
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@
14
14
#include <WindowsConstants.au3>
15
15
16
16
#REMARK This UDF is marked as WorkInProgress - you may use them, but donot blame me if I do ScriptBreakingChange and as so far donot ask me for description or help till I remove this remark ; mLipok
17
-
18
17
#TODO UDF HEADER - anybody - feel free to make it done - just donot hesitate to full fill this part
19
18
#TODO UDF INDEX - anybody - feel free to make it done - just donot hesitate to full fill this part
20
19
#TODO FUNCTION HEADERS SUPLEMENTATION & CHECK - anybody - feel free to make it done - just donot hesitate to full fill this part
@@ -39,12 +38,12 @@ Global Enum _ ; $NETWEBVIEW2_MESSAGE__* are set by mainly by __NetWebView2_Event
; Remarks .......: The host can provide a response with credentials for the authentication or cancel the request.
1809
+
; If the host sets the Cancel property to false but does not provide either UserName or Password properties on the Response property, then WebView2 will show the default authentication challenge dialog prompt to the user.
1810
1810
; Related .......:
1811
1811
; Link ..........: https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.basicauthenticationrequested?view=webview2-dotnet-1.0.2903.40
0 commit comments