Untitled
unknown
plain_text
2 years ago
322 B
3
Indexable
fetch(status) // Exito .then(response => response.json()) // convertir a json .then(json => console.log(json)) //imprimir los datos en la consola .catch(err => console.log('Solicitud fallida', err)); // Capturar errores
Editor is loading...