![]() |
VOOZH | about |
The http.ClientRequest.writableFinished is an inbuilt application programming interface of class ClientRequest within http module which is used to check if all the data has been flushed or not.
Syntax:
const request.writableEnded
Parameters: This API does not accept any argument as parameter.
Return Value : This method returns true if and only if all the data has been flushed.
Example 1:
Output:
👁 Image