mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
6 lines
285 B
Markdown
6 lines
285 B
Markdown
# StreamProtocolResponse Object
|
|
|
|
* `statusCode` Number (optional) - The HTTP response code.
|
|
* `headers` Record<String, String | String[]> (optional) - An object containing the response headers.
|
|
* `data` ReadableStream | null - A Node.js readable stream representing the response body.
|