This website requires JavaScript.
Explore
Help
Sign In
root
/
request.js
mirror of
https://github.com/therootcompany/request.js
Watch
2
Star
0
Fork
You've already forked request.js
0
Code
Issues
Releases
Wiki
Activity
fix-abort-error
request.js
/
CHANGELOG.md
269 B
Raw
Permalink
Blame
History
CHANGELOG
v1.8.0
add
resp.ok
- same as WHATWG fetch
resp.ok = (resp.statusCode >= 200 && resp.statusCode < 300)
add
resp.stream.body()
to populate
resp.body
rather than (or perhaps in addition to) continuing to stream (useful for error handling)