diff --git a/api/@ohos.web.webview.d.ts b/api/@ohos.web.webview.d.ts index 671e6b93a593a16bc789ab8420e7169471f3f16f..5d10a0d52bd130d547d7d17659873405c801dea6 100644 --- a/api/@ohos.web.webview.d.ts +++ b/api/@ohos.web.webview.d.ts @@ -6912,11 +6912,13 @@ declare namespace webview { /** * Gets the loading progress for the current page. * - * @returns { number } The loading progress for the current page. + * @returns { int } 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; + getProgress() : int; /** * Sets the bottom avoidance height of the web visible viewport.