You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/07/14 20:18:05 UTC

cordova-plugin-file-transfer git commit: CB-7995: document that `FileTransferError.exception` on iOS is never defined.

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 1dc68db3a -> 3e93c94d3


CB-7995: document that `FileTransferError.exception` on iOS is never defined.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/3e93c94d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/3e93c94d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/3e93c94d

Branch: refs/heads/master
Commit: 3e93c94d3bc49b37592cc2f20f66ce638cf377e9
Parents: 1dc68db
Author: filmaj <ma...@gmail.com>
Authored: Fri Jul 14 14:41:25 2017 -0500
Committer: filmaj <ma...@gmail.com>
Committed: Fri Jul 14 14:41:25 2017 -0500

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/3e93c94d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6bdbfd5..bcfc26a 100644
--- a/README.md
+++ b/README.md
@@ -308,6 +308,10 @@ A `FileTransferError` object is passed to an error callback when an error occurs
 
 - __exception__: Either e.getMessage or e.toString (String)
 
+### iOS Quirks
+
+__exception__ is never defined.
+
 ### Constants
 
 - 1 = `FileTransferError.FILE_NOT_FOUND_ERR`


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org