From a96885bcf4583459c86276cf2408ed5bfb7a3b98 Mon Sep 17 00:00:00 2001 From: yourkindfather Date: Tue, 2 Sep 2025 09:59:28 +0800 Subject: [PATCH] =?UTF-8?q?getProgress=E5=A2=9E=E5=8A=A0=E5=8F=8C=E5=86=85?= =?UTF-8?q?=E6=A0=B8=E9=94=99=E8=AF=AF=E7=A0=81=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yourkindfather --- api/@ohos.web.webview.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 34aa1f5ccc..da3eb84e0e 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -6628,6 +6628,7 @@ declare namespace webview { * Gets the loading progress for the current page. * * @returns { number } The loading progress for the current page. + * @throws { BusinessError } 801 - Capability not supported. * @syscap SystemCapability.Web.Webview.Core * @since 20 */ -- Gitee