Merge branch 'webrequest_upload_data_patch' of https://github.com/deepak1556/atom-shell into deepak1556-webrequest_upload_data_patch

This commit is contained in:
Cheng Zhao 2016-01-28 18:41:39 +08:00
commit 30ff18ac64
5 changed files with 88 additions and 29 deletions

View file

@ -332,6 +332,9 @@ is about to occur.
* `method` String
* `resourceType` String
* `timestamp` Double
* `uploadData` Array (optional)
* `bytes` Buffer - Content being sent.
* `file` String - Path of file being uploaded.
The `callback` has to be called with an `response` object: