--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html Thu Dec 19 10:00:41 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html Thu Dec 19 10:11:06 2024 +0100 @@ -70,6 +70,7 @@ QWebEnginePage <h3>Class Attributes</h3> <table> +<tr><td>PermissionTypeQuestions</td></tr> <tr><td>SafeJsWorld</td></tr> <tr><td>UnsafeJsWorld</td></tr> </table> @@ -109,6 +110,10 @@ <td>Private slot handling a full screen request.</td> </tr> <tr> +<td><a href="#WebBrowserPage.__permissionRequested">__permissionRequested</a></td> +<td>Private slot handling a permission request.</td> +</tr> +<tr> <td><a href="#WebBrowserPage.__registerProtocolHandlerRequested">__registerProtocolHandlerRequested</a></td> <td>Private slot to handle the registration of a custom protocol handler.</td> </tr> @@ -138,7 +143,7 @@ </tr> <tr> <td><a href="#WebBrowserPage.execJavaScript">execJavaScript</a></td> -<td>Public method to execute a JavaScript function synchroneously.</td> +<td>Public method to execute a JavaScript function synchronously.</td> </tr> <tr> <td><a href="#WebBrowserPage.getSafeBrowsingStatus">getSafeBrowsingStatus</a></td> @@ -344,6 +349,20 @@ reference to the full screen request </dd> </dl> +<a NAME="WebBrowserPage.__permissionRequested" ID="WebBrowserPage.__permissionRequested"></a> +<h4>WebBrowserPage.__permissionRequested</h4> +<b>__permissionRequested</b>(<i>permission</i>) +<p> + Private slot handling a permission request. +</p> + +<dl> + +<dt><i>permission</i> (QWebEnginePermission)</dt> +<dd> +reference to the permission request object +</dd> +</dl> <a NAME="WebBrowserPage.__registerProtocolHandlerRequested" ID="WebBrowserPage.__registerProtocolHandlerRequested"></a> <h4>WebBrowserPage.__registerProtocolHandlerRequested</h4> <b>__registerProtocolHandlerRequested</b>(<i>request</i>) @@ -466,7 +485,7 @@ <h4>WebBrowserPage.execJavaScript</h4> <b>execJavaScript</b>(<i>script, worldId=QWebEngineScript.ScriptWorldId.MainWorld, timeout=500</i>) <p> - Public method to execute a JavaScript function synchroneously. + Public method to execute a JavaScript function synchronously. </p> <dl>