diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 93c947d2b090ee1bdad1c95cbc767759ad48ef6c..e47f7010919789d7be06795f8067452ec44e1ac9 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