Skip to content

Commit 26b0ac2

Browse files
ArnoldZokasdanielleadams
authored andcommitted
doc: document change to IncomingMessage.headers enumerability
The IncomingMessage.headers property was made non-enumerable in PR #35281. PR-URL: #42095 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Harshitha K P <[email protected]>
1 parent 5b52c01 commit 26b0ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@ changes:
21852185
pr-url: https://github.com/nodejs/node/pull/35281
21862186
description: >-
21872187
`message.headers` is now lazily computed using an accessor property
2188-
on the prototype.
2188+
on the prototype and is no longer enumerable.
21892189
-->
21902190

21912191
* {Object}

0 commit comments

Comments
 (0)