mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
10 lines
340 B
Markdown
10 lines
340 B
Markdown
# UploadFileSystem Object
|
|
|
|
* `type` String - `fileSystem`.
|
|
* `filsSystemURL` String - FileSystem url to read data for upload.
|
|
* `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.
|