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
// The maximun number of connections that a URLSession can have open to the
229
+
// The maximum number of connections that a URLSession can have open to the
230
230
// same host.
231
231
//
232
232
// See [NSURLSessionConfiguration.HTTPMaximumConnectionsPerHost](https://developer.apple.com/documentation/foundation/nsurlsessionconfiguration/1407597-httpmaximumconnectionsperhost).
@@ -512,7 +512,7 @@ class URLSessionTask extends _ObjectHolder<ncb.NSURLSessionTask> {
512
512
_nsObject.resume();
513
513
}
514
514
515
-
/// Suspends a task (prevents it from transfering data).
515
+
/// Suspends a task (prevents it from transferring data).
516
516
///
517
517
/// See [NSURLSessionTask suspend](https://developer.apple.com/documentation/foundation/nsurlsessiontask/1411565-suspend)
518
518
voidsuspend() {
@@ -1066,7 +1066,7 @@ class URLSession extends _ObjectHolder<ncb.NSURLSession> {
1066
1066
onComplete: onComplete);
1067
1067
}
1068
1068
1069
-
/// A **copy** of the configuration for this sesion.
1069
+
/// A **copy** of the configuration for this session.
1070
1070
///
1071
1071
/// See [NSURLSession.configuration](https://developer.apple.com/documentation/foundation/nsurlsession/1411477-configuration)
0 commit comments