From b9e574f9c7f8f56fb44882ad495f890e91992145 Mon Sep 17 00:00:00 2001 From: yourkindfather Date: Fri, 29 Aug 2025 21:26:59 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 8857bf867b..838926aa36 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -6737,8 +6737,10 @@ 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 + * @arkts 1.1&1.2 */ getProgress() : number; -- Gitee