mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
285 B
285 B
StreamProtocolResponse Object
statusCodeNumber (optional) - The HTTP response code.headersRecord<String, String | String[]> (optional) - An object containing the response headers.dataReadableStream | null - A Node.js readable stream representing the response body.