mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: remove deprecated apis for ns 6.0 (#7382)
This commit is contained in:
@@ -85,13 +85,6 @@ export abstract class WebViewBase extends ContainerView implements WebViewDefini
|
||||
this._loadData(src);
|
||||
}
|
||||
}
|
||||
|
||||
get url(): string {
|
||||
throw new Error("Property url of WebView is deprecated. Use src instead");
|
||||
}
|
||||
set url(value: string) {
|
||||
throw new Error("Property url of WebView is deprecated. Use src instead")
|
||||
}
|
||||
}
|
||||
export interface WebViewBase {
|
||||
on(eventNames: string, callback: (data: EventData) => void, thisArg?: any);
|
||||
|
||||
Reference in New Issue
Block a user