From 35e2e3f0c1e15a084a235ca92ba26cc80b10a0a2 Mon Sep 17 00:00:00 2001 From: caozhengfei Date: Fri, 15 Aug 2025 17:17:28 +0800 Subject: [PATCH] pauseAllTimers update Signed-off-by: caozhengfei --- api/@ohos.web.webview.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 93c947d2b0..e47f701091 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -5882,8 +5882,6 @@ declare namespace webview { /** * Pause all WebView timers. * - * @throws { BusinessError } 17100001 - Init error. - * The WebviewController must be associated with a Web component. * @syscap SystemCapability.Web.Webview.Core * @atomicservice * @since 12 @@ -5893,8 +5891,6 @@ declare namespace webview { /** * Resume all timers suspended from the pauseAllTimers() interface. * - * @throws { BusinessError } 17100001 - Init error. - * The WebviewController must be associated with a Web component. * @syscap SystemCapability.Web.Webview.Core * @atomicservice * @since 12 -- Gitee