needle icon indicating copy to clipboard operation
needle copied to clipboard

Shouldn't we check if complete message was downloaded?

Open adityapatadia opened this issue 4 years ago • 0 comments

This doc describes that complete property can be used to check if entire message was downloaded: https://nodejs.org/api/http.html#http_message_complete

Won't this check be helpful especially when transfer-encoding: chunked is used by server?

adityapatadia avatar Jan 28 '21 19:01 adityapatadia