mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
update docs
This commit is contained in:
committed by
Kevin Sawicki
parent
ad5f944185
commit
dbe57c4ad4
9
docs/api/structures/upload-file.md
Normal file
9
docs/api/structures/upload-file.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Upload file Object
|
||||
|
||||
* `type` String - `file`.
|
||||
* `filePath` String - Path of file to be uploaded.
|
||||
* `offset` Integer - Defaults to `0`.
|
||||
* `length` Integer - Number of bytes to read from `offset`.
|
||||
Defaults to `0`.
|
||||
* `modificationTime` Double - Last Modification time in
|
||||
number of seconds sine the UNIX epoch.
|
||||
Reference in New Issue
Block a user