Skip to main content
property Http2ServerResponse.prototype.finished
Deprecated

Since v13.4.0,v12.16.0 - Use writableEnded.

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

Type

boolean
Back to top