Astro.response.headers 不得重新赋值。
AstroResponseHeadersReassigned:可以向
Astro.response.headers
添加和删除单个标头,但不得将其完全替换为另一个Headers
实例。
哪里出错了?
名为“哪里出错了?”的部分当一个值被设置为 Astro.response
上的 ResponseInit
对象的 headers
字段时,会抛出此错误。
AstroResponseHeadersReassigned:可以向
Astro.response.headers
添加和删除单个标头,但不得将其完全替换为另一个Headers
实例。
当一个值被设置为 Astro.response
上的 ResponseInit
对象的 headers
字段时,会抛出此错误。