Browse Source

Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit

tags/2021-05-28
hogliux 7 years ago
parent
commit
ade10c9328
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      modules/juce_core/network/juce_URL.h

+ 1
- 2
modules/juce_core/network/juce_URL.h View File

@@ -390,8 +390,7 @@ public:
Using this method to download files on mobile is less flexible but more reliable
than using createInputStream or WebInputStreams as it will attempt to download the file
using a native OS background network task. Such tasks automatically deal with
network re-connections and continuing your download while your app is suspended but are
limited to simple GET requests.
network re-connections and continuing your download while your app is suspended.
*/
DownloadTask* downloadToFile (const File& targetLocation,
String extraHeaders = String(),


Loading…
Cancel
Save