mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Create upload-file-system.md
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user