erisu commented on a change in pull request #267:
URL: 
https://github.com/apache/cordova-plugin-file-transfer/pull/267#discussion_r476369514



##########
File path: README.md
##########
@@ -27,6 +27,14 @@ description: Upload and download files.
 
 # cordova-plugin-file-transfer
 
+# Usage notice
+
+With the new features introduced in the [Fetch 
API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) and the 
[XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest),
 this plugin may not be needed any more for your use case. For small file 
transfers you probably won't require the plugin. But if pland to handle large 
downloads or you are suffering from slow saving, timeouts or crashed the plugin 
is better suited for your use case than the Fetch API or the XMLHttpRequest.

Review comment:
       ```suggestion
   With the new features introduced in the [Fetch 
API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) and the 
[XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest),
 this plugin may not be needed any more for your use case. For small file 
transfers, you probably won't require this plugin. But, if you plan to handle 
large downloads, suffering from slow saving, timeouts, or crashes, this plugin 
is better suited for your use case over the Fetch API or the XMLHttpRequest.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to