diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 360a1a1d1c5ce9d5c437fcf3345bead134e9cbd9..a8745ce38e505ef30ad36d49ab22953114d26934 100755 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -469,7 +469,7 @@ declare class WebController { * Load the given URL * @since 8 */ - loadUrl(options: { url: string; headers?: Array
}); + loadUrl(options: { url: string | Resource; headers?: Array
}); /** * refreshes the current URL.