mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix docs and update specs
This commit is contained in:
@@ -93,7 +93,7 @@ The `uploadData` is an array of `data` objects:
|
||||
* `data` Object
|
||||
* `bytes` Buffer - Content being sent.
|
||||
* `file` String - Path of file being uploaded.
|
||||
* `blobUUId` String - UUID of blob data.
|
||||
* `blobUUID` String - UUID of blob data.
|
||||
|
||||
To handle the `request`, the `callback` should be called with either the file's
|
||||
path or an object that has a `path` property, e.g. `callback(filePath)` or
|
||||
|
||||
Reference in New Issue
Block a user