This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
9ec59cbc6c
Branches
Tags
No results found.
electron
/
docs
/
api
/
structures
/
stream-protocol-response.md
Tiago Danin
1fd6d38a0a
docs: Improved documentation (
#13403
)
2018-07-20 10:58:19 -07:00
229 B
Raw
Blame
History
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.