We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8061b0e commit 448a701Copy full SHA for 448a701
README.md
@@ -12,6 +12,12 @@ tns plugin add nativescript-downloader
12
13
## Usage
14
15
+
16
+```ts
17
+import { Downloader } from 'nativescript-downloader';
18
+Downloader.init() // <= Try calling this after the app launches to start the downloader service
19
+```
20
21
```ts
22
import { Downloader } from 'nativescript-downloader';
23
const downloader = new Downloader();
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-downloader",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "",
5
"main": "downloader",
6
"typings": "index.d.ts",
0 commit comments