From 42f64e7f5310187bdf1fcf3b340e94860cf3b404 Mon Sep 17 00:00:00 2001 From: SprucEovo Date: Sat, 30 Aug 2025 16:36:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E5=86=85=E6=A0=B8=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=8A=9B=E5=BC=82=E5=B8=B8=E5=9B=9E=E5=90=886.0Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SprucEovo --- 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..0779a3ee1e 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -6523,6 +6523,7 @@ declare namespace webview { * The current scroll offset of the web page (excluding over-scroll offset). * * @returns { ScrollOffset } The current scroll offset of the web page (excluding over-scroll offset). + * @throws { BusinessError } 801 - Capability not supported. * @syscap SystemCapability.Web.Webview.Core * @since 20 */ -- Gitee