-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add missing complete property to request #29571
doc: add missing complete property to request #29571
Conversation
doc/api/http2.md
Outdated
@@ -2673,6 +2673,16 @@ added: v10.1.0 | |||
The `request.aborted` property will be `true` if the request has | |||
been aborted. | |||
|
|||
#### request.complete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: have the feeling it s in alphabetical order isn't it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't it, but now is fixed.
5653fed
to
50db6cb
Compare
50db6cb
to
4a53478
Compare
doc/api/http2.md
Outdated
* {boolean} | ||
|
||
The `request.complete` property will be `true` if the request has | ||
been completed, aborted or destroyed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
been completed, aborted or destroyed. | |
been completed, aborted, or destroyed. |
Landed in 0a0b2b7. Thanks for the contribution! 🎉 |
fixes: http2/compat: undocumented public property “complete” · Issue #28622 · nodejs/node · GitHub
Checklist