mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
web client static get now is private
This commit is contained in:
2
WebClient/web_client.d.ts
vendored
2
WebClient/web_client.d.ts
vendored
@ -8,7 +8,7 @@ export declare module tk {
|
||||
* The Client interface.
|
||||
*/
|
||||
export class Client {
|
||||
static get(url: string, successCallback: (result: any) => void, errorCallback?: (e: Error) => void)
|
||||
private static get(url: string, successCallback: (result: any) => void, errorCallback?: (e: Error) => void)
|
||||
getString(url: string, successCallback: (result: string) => void, errorCallback?: (e: Error) => void)
|
||||
getJSON(url: string, successCallback: (result: Object) => void, errorCallback?: (e: Error) => void)
|
||||
getImage(url: string, successCallback: (result: image_module.tk.ui.Image) => void, errorCallback?: (e: Error) => void)
|
||||
|
Reference in New Issue
Block a user