-
Notifications
You must be signed in to change notification settings - Fork 32
responseLength()
OverEasy edited this page Feb 20, 2018
·
2 revisions
Return the response length. If not chunked, this will be the value of the "content-length" response header. For chunked response, this will be the sum total of all chunks received to date. When readyState is 4 (readyStateDone), this is the total size of the response data.
returned value is type size_t