Merge branch 'feat/monorepo' of https://github.com/NativeScript/NativeScript into feat/monorepo

This commit is contained in:
Nathan Walker
2020-07-23 15:52:59 -07:00
48 changed files with 118 additions and 16 deletions

View File

@@ -31,6 +31,7 @@ function parseJSON(source: string): any {
return JSON.parse(src);
}
@NativeClass
class NSURLSessionTaskDelegateImpl extends NSObject implements NSURLSessionTaskDelegate {
public static ObjCProtocols = [NSURLSessionTaskDelegate];
public URLSessionTaskWillPerformHTTPRedirectionNewRequestCompletionHandler(session: NSURLSession, task: NSURLSessionTask, response: NSHTTPURLResponse, request: NSURLRequest, completionHandler: (p1: NSURLRequest) => void): void {