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

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

@devnexen devnexen Sep 16, 2019

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

@javleds javleds Sep 16, 2019

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 Sep 16, 2019
@javleds javleds force-pushed the docs/Http2ServerRequest_complete_property branch from 50db6cb to 4a53478 Compare Sep 16, 2019
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

@Trott Trott Sep 18, 2019

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 Trott commented Sep 18, 2019

Trott
Trott approved these changes Sep 18, 2019
Trott added a commit that referenced this issue 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 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
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants