mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
229 B
229 B
StreamProtocolResponse Object
statusCodeNumber - The HTTP response code.headersObject - An object containing the response headers.dataReadableStream - A Node.js readable stream representing the response body.