We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We had a report that this was causing duplication when using beresp.headers.set().
beresp.headers.set()
We should ensure we either properly guard or fix this case.
Per the spec, this should be immutable, which should throw a TypeError on Headers.prototype.set.
TypeError
Headers.prototype.set
Activity
guybedford commentedon Oct 1, 2024
Per the spec, this should be immutable, which should throw a
TypeError
onHeaders.prototype.set
.