From e5af14a0e4c35f8eb181aea305fd1dcd21f8ebda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E5=AE=87=E6=88=90?= Date: Thu, 7 Aug 2025 20:19:39 +0800 Subject: [PATCH] fix throws error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 庞宇成 --- api/@ohos.web.webview.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 1a74c95907..85d78e6da5 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -6620,8 +6620,6 @@ declare namespace webview { * * @param { string } userAgent - The User-Agent string. * @param { Array } hosts - The hosts to which the User-Agent apply. - * @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified. - *
2. Incorrect parameter types. 3. Parameter verification failed. * @static * @syscap SystemCapability.Web.Webview.Core * @since 20 -- Gitee