mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
web client static get now is private
This commit is contained in:
@ -35,7 +35,7 @@ export module tk {
|
||||
}, errorCallback);
|
||||
}
|
||||
|
||||
public 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) {
|
||||
try {
|
||||
var sessionConfig = Foundation.NSURLSessionConfiguration.defaultSessionConfiguration();
|
||||
var queue = Foundation.NSOperationQueue.mainQueue();
|
||||
|
Reference in New Issue
Block a user