mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: UploadData does not have contentType (#19026)
This commit is contained in:
@@ -229,9 +229,7 @@ should be called with either a `String` or an object that has the `data`,
|
||||
* `url` String
|
||||
* `method` String (optional)
|
||||
* `session` Object (optional)
|
||||
* `uploadData` Object (optional)
|
||||
* `contentType` String - MIME type of the content.
|
||||
* `data` String - Content to be sent.
|
||||
* `uploadData` [ProtocolResponseUploadData](structures/protocol-response-upload-data.md) (optional)
|
||||
* `completion` Function (optional)
|
||||
* `error` Error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user