Skip to content
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

Closed

Conversation

javleds
Copy link
Contributor

@javleds javleds commented Sep 15, 2019

fixes: http2/compat: undocumented public property “complete” · Issue #28622 · nodejs/node · GitHub

Checklist

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. http2 Issues or PRs related to the http2 subsystem. labels Sep 15, 2019
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
Copy link
Contributor

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 ?

Copy link
Contributor Author

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.

@javleds javleds force-pushed the docs/Http2ServerRequest_complete_property branch from 5653fed to 50db6cb Compare September 16, 2019 16:11
@javleds javleds force-pushed the docs/Http2ServerRequest_complete_property branch from 50db6cb to 4a53478 Compare September 16, 2019 16:15
doc/api/http2.md Outdated
* {boolean}

The `request.complete` property will be `true` if the request has
been completed, aborted or destroyed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
been completed, aborted or destroyed.
been completed, aborted, or destroyed.

@Trott
Copy link
Member

Trott commented Sep 18, 2019

Trott pushed a commit that referenced this pull request Sep 18, 2019
PR-URL: #29571
Fixes: #28622
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott
Copy link
Member

Trott commented Sep 18, 2019

Landed in 0a0b2b7.

Thanks for the contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. http2 Issues or PRs related to the http2 subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

http2/compat: undocumented public property "complete"
5 participants