Posts by Marcel de Araújo Santos Souza • 11 points
2 posts
-
-1
votes1
answer69
viewsQ: Does Axios use AJAX by default?
Person, a question when studying Xios came up. When I use the default http call with Xios.get(url). then(), is this already considered as an AJAX call? Or is it necessary to add something else?…
-
0
votes1
answer41
viewsQ: What’s the problem? Just return Undefined when I try to specifically access temp
var xhr= new XMLHttpRequest() var bot = document.querySelector(".botao"); bot.addEventListener("click", function(){ console.log('buscando...') …