mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs: type names changed from wrapper to primitive (#31752)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ProtocolResponseUploadData Object
|
||||
|
||||
* `contentType` String - MIME type of the content.
|
||||
* `data` String | Buffer - Content to be sent.
|
||||
* `contentType` string - MIME type of the content.
|
||||
* `data` string | Buffer - Content to be sent.
|
||||
|
||||
Reference in New Issue
Block a user