Files
electron/docs/api/structures/upload-file.md
Jeremy Rose 337e691089 fix: pass postData to new-window event (#28543)
* fix: pass postData to new-window event (#28513)

* Update api-browser-window-spec.ts
2021-04-07 10:00:16 +09:00

313 B

UploadFile Object

  • type 'file' - 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 since the UNIX epoch.