electron/docs/api/structures/string-protocol-response.md

6 lines
216 B
Markdown
Raw Normal View History

# 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.