diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 35531a512cd08d3c2c1289166d554064dee6e165..863aadb1f751559ede378ae78a62e81c7d9f896a 100755 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -470,7 +470,7 @@ declare class WebController { * Load the given URL * @since 8 */ - loadUrl(options: { url: string; headers?: Array<{ key: string; value: string }> }); + loadUrl(options: { url: string | Resource; headers?: Array<{ key: string; value: string }> }); /** * refreshes the current URL.