Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a5bf697

Browse files
committed
Update README.md
1 parent 7d42a75 commit a5bf697

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,6 @@ A set of configurations that will be injected into a `fetch` method, with the fo
750750
- mediaScannable : A `boolean` value, see [Officail Document](https://developer.android.com/reference/android/app/DownloadManager.html#addCompletedDownload(java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, long, boolean))
751751
- notification : A `boolean` value decide whether show a notification when download complete.
752752

753-
---
754-
755753
### RNFetchBlobResponse
756754

757755
When `fetch` success, it resolve a `FetchBlobResponse` object as first argument. `FetchBlobResponse` object has the following methods (these method are synchronous, so you might take quite a performance impact if the file is big)
@@ -771,7 +769,6 @@ RNFetchBlob.session('session-name').add(resp.path())
771769
// or
772770
resp.session('session-name')
773771
```
774-
---
775772

776773
### RNFetchBlobStat
777774

@@ -790,8 +787,8 @@ Statistic data of a file, see the following sample object.
790787
// last modified timestamp
791788
lastModified : 141323298
792789
}
790+
```
793791

794-
---
795792

796793
### RNFetchBlobSession
797794

0 commit comments

Comments
 (0)