mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* fix: pass postData to new-window event * fix type of postBody * fix type of UploadFile and UploadRawData to be discriminated unions * exclude the empty string from additionalFeatures * add a test Co-authored-by: Jeremy Rose <jeremya@chromium.org> Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
5 lines
96 B
Markdown
5 lines
96 B
Markdown
# UploadRawData Object
|
|
|
|
* `type` 'rawData' - `rawData`.
|
|
* `bytes` Buffer - Data to be uploaded.
|