We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a486f76 commit 1237aabCopy full SHA for 1237aab
packages/background-http/README.md
@@ -157,7 +157,7 @@ Initializes an HTTP background service.
157
import { session } from '@nativescript/background-http';
158
session: Session = session(id: string)
159
```
160
-Gets or creates a background download/upload session by id.
+Gets or creates a background http session by id.
161
162
---
163
#### Session Object
@@ -262,7 +262,7 @@ import { session } from '@nativescript/background-http';
262
263
session: Session = session(id)
264
265
266
267
268
### uploadFile()
0 commit comments