electron/docs/api/structures/string-protocol-response.md
2019-06-27 14:20:29 -07:00

216 B

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.