Opera Mini has no support for the request api, what are the alternative ways of requesting a response from APIs?
request api
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()