How can you pull data from an API to be used in Opera Mini?

114 Views Asked by At

Opera Mini has no support for the request api, what are the alternative ways of requesting a response from APIs?

1

There are 1 best solutions below

1
McKabue On BEST ANSWER

Use XMLHttpRequest. There are various libraries that aim to simplify working with AJAX but you can also use it without any library.

axios

jQuery.ajax()