From 436f03c74bc6258b7af19ed6d91569ef29171f58 Mon Sep 17 00:00:00 2001 From: Kesha Antonov Date: Sun, 19 Feb 2023 08:05:04 +0300 Subject: [PATCH] readme: checkForExistingDownloads - add note that this method resumes downloads --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb071f9..8d1325c 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,9 @@ An object containing options properties ### `checkForExistingDownloads()` -Checks for downloads that ran in background while you app was terminated. Recommended to run at the init stage of the app. +Checks for downloads that ran in background while you app was terminated. And also forces them to resume downloads. + +Recommended to run at the init stage of the app. **returns**