265aa3da29
Deprecate UploadFileSystem in preparation for its being phased out completely in Chromium 66 and correspondingly Electron 4.0.0.
11 lines
357 B
Markdown
11 lines
357 B
Markdown
# UploadFileSystem Object
|
|
|
|
*(Deprecated)*
|
|
|
|
* `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 since the UNIX epoch.
|