electron/docs/api/structures/upload-data.md

7 lines
250 B
Markdown
Raw Normal View History

2016-10-14 00:37:36 +00:00
# UploadData Object
2016-10-13 06:30:57 +00:00
* `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.