Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html

changeset 6123
39cd368143db
parent 5365
f0cb73e99e54
--- a/Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html	Thu Feb 08 18:57:11 2018 +0100
+++ b/Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html	Thu Feb 08 18:58:07 2018 +0100
@@ -151,16 +151,19 @@
 </dd>
 </dl><a NAME="NetworkManager.authentication" ID="NetworkManager.authentication"></a>
 <h4>NetworkManager.authentication</h4>
-<b>authentication</b>(<i>url, auth</i>)
+<b>authentication</b>(<i>url, auth, page=None</i>)
 <p>
         Public slot to handle an authentication request.
 </p><dl>
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
+<dd>
+URL requesting authentication
+</dd><dt><i>auth</i> (QAuthenticator)</dt>
 <dd>
-URL requesting authentication (QUrl)
-</dd><dt><i>auth</i></dt>
+reference to the authenticator object
+</dd><dt><i>page</i> (QWebEnginePage or None)</dt>
 <dd>
-reference to the authenticator object (QAuthenticator)
+reference to the web page
 </dd>
 </dl><a NAME="NetworkManager.certificateError" ID="NetworkManager.certificateError"></a>
 <h4>NetworkManager.certificateError</h4>

eric ide

mercurial