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

南楼画角 提交于 2019-12-13 03:37:23

问题


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


回答1:


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()



来源:https://stackoverflow.com/questions/57888250/how-can-you-pull-data-from-an-api-to-be-used-in-opera-mini

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!