mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
update docs
This commit is contained in:
committed by
Kevin Sawicki
parent
a5fd6507a9
commit
723a3eda8b
@@ -1,4 +1,4 @@
|
||||
# Upload blob Object
|
||||
# Upload Blob Object
|
||||
|
||||
* `type` String - `blob`.
|
||||
* `blobUUID` String - UUID of blob data to upload.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Upload fileSystem Object
|
||||
# Upload FileSystem Object
|
||||
|
||||
* `type` String - `fileSystem`.
|
||||
* `filsSystemURL` String - FileSystem url to read data for upload.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Upload file Object
|
||||
# Upload File Object
|
||||
|
||||
* `type` String - `file`.
|
||||
* `filePath` String - Path of file to be uploaded.
|
||||
|
||||
Reference in New Issue
Block a user