Skip to content

Commit

Permalink
doc: document change to IncomingMessage.headers enumerability
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ArnoldZokas authored and danielleadams committed Apr 24, 2022
1 parent 61ecdf8 commit bc457c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -2185,7 +2185,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/35281
description: >-
`message.headers` is now lazily computed using an accessor property
on the prototype.
on the prototype and is no longer enumerable.
-->

* {Object}
Expand Down

0 comments on commit bc457c2

Please sign in to comment.