Skip to content

Commit 38028ef

Browse files
javledsBridgeAR
authored andcommitted
doc: add missing complete property to http2 docs
PR-URL: #29571 Fixes: #28622 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 7eae707 commit 38028ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/http2.md

+10
Original file line numberDiff line numberDiff line change
@@ -2708,6 +2708,16 @@ added: v8.4.0
27082708
The request authority pseudo header field. It can also be accessed via
27092709
`req.headers[':authority']`.
27102710

2711+
#### request.complete
2712+
<!-- YAML
2713+
added: v12.10.0
2714+
-->
2715+
2716+
* {boolean}
2717+
2718+
The `request.complete` property will be `true` if the request has
2719+
been completed, aborted, or destroyed.
2720+
27112721
#### request.destroy([error])
27122722
<!-- YAML
27132723
added: v8.4.0

0 commit comments

Comments
 (0)