mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: upgrade ts generator for better type safety (#20975)
* chore: upgrade ts generator for better type safety * spec: fix tests
This commit is contained in:
@@ -389,9 +389,7 @@ which sends a `Buffer` as a response.
|
||||
* `url` String
|
||||
* `method` String (optional)
|
||||
* `session` Session | null (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