electron/docs/api/structures/upload-data.md
2016-10-14 11:37:36 +11:00

6 lines
250 B
Markdown

# UploadData Object
* `bytes` Buffer - Content being sent.
* `file` String - Path of file being uploaded.
* `blobUUID` String - UUID of blob data. Use [ses.getBlobData](../session.md#sesgetblobdataidentifier-callback) method
to retrieve the data.