Posterior a mirar en diferentes repositorios y páginas webs al terminar hemos hallado la solución que te compartiremos a continuación.
Ejemplo: obtener datos de la respuesta de búsqueda html
fetch('/about').then(function(response)// The API call was successful!return response.text();).then(function(html)// Convert the HTML string into a document objectvar parser =newDOMParser();var doc = parser.parseFromString(html,'text/html');// Get the image filevar img = doc.querySelector('img');console.log(img);).catch(function(err)// There was an errorconsole.warn('Something went wrong.', err););
valoraciones y reseñas
Más adelante puedes encontrar las aclaraciones de otros creadores, tú además tienes el poder mostrar el tuyo si te apetece.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)