response.finished


稳定性: 0 - 已弃用。使用 response.writableEnded

¥Stability: 0 - Deprecated. Use response.writableEnded.

指示响应是否已完成的布尔值。从 false 开始。在 response.end() 执行后,值为 true

¥Boolean value that indicates whether the response has completed. Starts as false. After response.end() executes, the value will be true.