d87b3ead76
* chore: remove promisification deprecation callbacks * update docs * fix smoke test * fix executejs issue * cleanup leftovers * fix webContents.executeJavaScript tests * cleanup WebContents.prototype.takeHeapSnapshot * fix "sets arbitrary webContents as devtools" test * fix executeJavaScriptInFrame related tests
6 lines
240 B
Markdown
6 lines
240 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 method
|
|
to retrieve the data.
|