mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix structure headings
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Upload FileSystem Object
|
||||
# UploadFileSystem Object
|
||||
|
||||
* `type` String - `fileSystem`.
|
||||
* `filsSystemURL` String - FileSystem url to read data for upload.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Upload File Object
|
||||
# UploadFile Object
|
||||
|
||||
* `type` String - `file`.
|
||||
* `filePath` String - Path of file to be uploaded.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Upload RawData Object
|
||||
# UploadRawData Object
|
||||
|
||||
* `type` String - `rawData`.
|
||||
* `bytes` Buffer - Data to be uploaded.
|
||||
|
||||
Reference in New Issue
Block a user