Github user jasongin commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r46445757
  
    --- Diff: README.md ---
    @@ -230,6 +230,10 @@ __Parameters__:
     
     - Download requests is being cached by native implementation. To avoid 
caching, pass `if-Modified-Since` header to download method.
     
    +### Windows Quirks
    +
    +- Usage of 
[BackgroundDownloader](https://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.backgroundtransfer.backgrounddownloader.aspx)
 entails the latency issues on Windows Phone. You can use XHR or 
[HttpClient](https://msdn.microsoft.com/en-us/library/windows/apps/windows.web.http.httpclient.aspx)
 as a quicker alternative for small downloads.
    --- End diff --
    
    Just "Windows", not "Windows Phone". I'm pretty sure this is not a 
phone-only issue since the APIs are the same on Windows desktop.
    
    Also, is the reader going to understand what the "latency issues" are, or 
does it need more explanation here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to