Reputation: 3426
Opera Mini has no support for the request api
, what are the alternative ways of requesting a response from APIs?
Upvotes: 0
Views: 131
Reputation: 2232
Use XMLHttpRequest. There are various libraries that aim to simplify working with AJAX but you can also use it without any library.
Upvotes: 1