mirror of
https://github.com/electron/electron.git
synced 2026-01-29 17:28:18 -05:00
Deprecate UploadFileSystem in preparation for its being phased out completely in Chromium 66 and correspondingly Electron 4.0.0.
12 lines
357 B
Markdown
12 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.
|