mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
6 lines
226 B
Markdown
6 lines
226 B
Markdown
# StreamProtocolResponse Object
|
|
|
|
* `statusCode` Number - The HTTP response code
|
|
* `headers` Object - An object containing the response headers
|
|
* `data` ReadableStream - A Node.js readable stream representing the response body
|