electron/docs-translations/zh-CN/api/structures/upload-data.md

7 lines
250 B
Markdown
Raw Normal View History

2017-04-07 02:47:23 +00:00
# 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.