Skip to content

Commit 26fe61b

Browse files
ArnoldZokassxa
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 <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
1 parent 7c49785 commit 26fe61b

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
@@ -2189,7 +2189,7 @@ changes:
21892189
pr-url: https://github.com/nodejs/node/pull/35281
21902190
description: >-
21912191
`message.headers` is now lazily computed using an accessor property
2192-
on the prototype.
2192+
on the prototype and is no longer enumerable.
21932193
-->
21942194

21952195
* {Object}

0 commit comments

Comments
 (0)