You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openfunc reset(completionHandler:@escaping()->Void){NSUnimplemented()} /* empty all cookies, cache and credential stores, removes disk files, issues -flushWithCompletionHandler:. Invokes completionHandler() on the delegate queue if not nil. */
322
346
323
347
openfunc flush(completionHandler:@escaping()->Void){NSUnimplemented()}/* flush storage to disk and clear transient network caches. Invokes completionHandler() on the delegate queue if not nil. */
324
348
325
349
openfunc getTasksWithCompletionHandler(completionHandler:@escaping([URLSessionDataTask],[URLSessionUploadTask],[URLSessionDownloadTask])->Void){NSUnimplemented()}/* invokes completionHandler with outstanding data, upload and download tasks. */
326
350
327
-
openfunc getAllTasks(completionHandler:@escaping([URLSessionTask])->Void){NSUnimplemented()}/* invokes completionHandler with all outstanding tasks. */
351
+
/* invokes completionHandler with all outstanding tasks. */
0 commit comments