Skip to content

Commit 424cdb9

Browse files
ArnoldZokasxtx1130
authored andcommitted
doc: document change to IncomingMessage.headers enumerability
The IncomingMessage.headers property was made non-enumerable in PR nodejs#35281. PR-URL: nodejs#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 71c7547 commit 424cdb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@ changes:
21972197
pr-url: https://github.com/nodejs/node/pull/35281
21982198
description: >-
21992199
`message.headers` is now lazily computed using an accessor property
2200-
on the prototype.
2200+
on the prototype and is no longer enumerable.
22012201
-->
22022202

22032203
* {Object}

0 commit comments

Comments
 (0)