mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -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.