CB-7316 Updates docs with actual information.
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/05f2e773 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/05f2e773 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/05f2e773 Branch: refs/heads/master Commit: 05f2e7737d94f7a6945936027e2b36d83f9d9930 Parents: ad0382e Author: Vladimir Kotikov <[email protected]> Authored: Fri Aug 15 13:36:16 2014 +0400 Committer: Vladimir Kotikov <[email protected]> Committed: Mon Aug 18 10:07:50 2014 +0400 ---------------------------------------------------------------------- doc/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/05f2e773/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index e93a8f3..48b14b2 100644 --- a/doc/index.md +++ b/doc/index.md @@ -33,12 +33,15 @@ This plugin allows you to upload and download files. - Firefox OS** - iOS - Windows Phone 7 and 8* -- Windows 8* +- Windows 8*** +- Windows*** \* _Do not support `onprogress` nor `abort()`_ \** _Do not support `onprogress`_ +\*** Partial support of `onprogress` for upload method. `onprogress` is called with empty progress event due to Windows limitations_ + # FileTransfer The `FileTransfer` object provides a way to upload files using an HTTP
