You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/05/29 19:34:08 UTC

[1/2] docs commit: [CB-2332] Document FileTransferError.body

Updated Branches:
  refs/heads/2.8.x 92a033591 -> e91f9971d
  refs/heads/master 5dc7ea29f -> 29585ce7f


[CB-2332] Document FileTransferError.body


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/29585ce7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/29585ce7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/29585ce7

Branch: refs/heads/master
Commit: 29585ce7f395bf0e0f8f9ebd6a4aa7e87ba678a8
Parents: 5dc7ea2
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed May 29 13:32:52 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed May 29 13:32:52 2013 -0400

----------------------------------------------------------------------
 .../file/filetransfererror/filetransfererror.md    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/29585ce7/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
index 52e8eff..568c161 100644
--- a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
+++ b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
@@ -29,6 +29,7 @@ Properties
 - __source__ URI to the source (String)
 - __target__ URI to the target (String)
 - __http_status__ HTTP status code.  This attribute is only available when a response code is received from the HTTP connection. (Number)
+- __body__ Response body. This attribute is only available when a response is received from the HTTP connection. Available only on Android, iOS. (String)
 
 Constants
 ---------


[2/2] docs commit: [CB-2332] Document FileTransferError.body (cherry picked from commit 29585ce7f395bf0e0f8f9ebd6a4aa7e87ba678a8)

Posted by ag...@apache.org.
[CB-2332] Document FileTransferError.body
(cherry picked from commit 29585ce7f395bf0e0f8f9ebd6a4aa7e87ba678a8)


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e91f9971
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e91f9971
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e91f9971

Branch: refs/heads/2.8.x
Commit: e91f9971d610b01c5bb25b36c35248483dd67b6e
Parents: 92a0335
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed May 29 13:32:52 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed May 29 13:33:29 2013 -0400

----------------------------------------------------------------------
 .../file/filetransfererror/filetransfererror.md    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e91f9971/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
index 52e8eff..568c161 100644
--- a/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
+++ b/docs/en/edge/cordova/file/filetransfererror/filetransfererror.md
@@ -29,6 +29,7 @@ Properties
 - __source__ URI to the source (String)
 - __target__ URI to the target (String)
 - __http_status__ HTTP status code.  This attribute is only available when a response code is received from the HTTP connection. (Number)
+- __body__ Response body. This attribute is only available when a response is received from the HTTP connection. Available only on Android, iOS. (String)
 
 Constants
 ---------