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