-
Notifications
You must be signed in to change notification settings - Fork 31
responseText()
OverEasy edited this page Feb 20, 2018
·
2 revisions
Return the current contents of the response buffer as a String. If called while readyStateLoading, may return partial data. After readyStateDone it will return all of the data, or all of the remaining data if not the first time called.
See the discussion on response data retrieval for details.
return is type String.