XHR isn’t just for XML… you can use it with other types of responses.
The Fetch API is a newer standard that is a bit more flexible and supports streaming.
1
solved How to make javascript http request
XHR isn’t just for XML… you can use it with other types of responses.
The Fetch API is a newer standard that is a bit more flexible and supports streaming.
1
solved How to make javascript http request