mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
test: move protocol specs to main process (#18923)
This commit is contained in:
5
docs/api/structures/string-protocol-response.md
Normal file
5
docs/api/structures/string-protocol-response.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user