mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
6 lines
216 B
Markdown
6 lines
216 B
Markdown
# StringProtocolResponse Object
|
|
|
|
* `mimeType` String (optional) - MIME type of the response.
|
|
* `charset` String (optional) - Charset of the response.
|
|
* `data` String | null - A string representing the response body.
|