Examples with "API de Fetch" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Hacer peticiones asíncronas del frontend hacia el backend con el API de Fetch.
Make asynchronous frontend requests to the backend with the Fetch API.
Los navegadores la envían en segundo plano mediante la API de Fetch, si está disponible, y con la API de XMLHttpRequest en los navegadores más antiguos.
Browsers will send the request in the background using the Fetch API when available and fallback to XMLHttpRequest API for older browsers.
Andere resultaten
Nota: Puede encontrar mas información sobre las características de la API Fetch en Usando Fetch, y aprender los conceptos en Fetch: conceptos básicos.
Note: Find out more about using the Fetch API features in Using Fetch, and study concepts in Fetch basic concepts. Aborting a fetch
Necesité específicamente esto para la API fetch en Node.
I specifically needed this for the fetch API in Node.
Por ejemplo, XMLHttpRequest y la API Fetch siguen la política de mismo-origen.
For example, XMLHttpRequest and the Fetch API follow the same-origin policy.
Las APIs hacen esto posible gracias a que incluyen XMLHttpRequest y la Fetch API.
APIs that make this possible include XMLHttpRequest and the Fetch API.
Si notaste, el ejemplo del cargador anterior tenía un componente que hizo una solicitud GET mediante fetch API.
If you noticed, the loader example above had a component that made a GET request using the fetch API.
La API Fetch proporciona una interfaz JavaScript para acceder y manipular partes del canal HTTP, como peticiones y respuestas.
The Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as requests and responses.
Antes de cada ejecución de prueba, secuestramos la llamada a la API Fetch, ya que no hay un servidor disponible, y devolvemos un objeto de promesa falsa.
Before every test run, we hijack the call to the Fetch API, as there is no server available, and return a mock promise object.
La API Fetch proporciona una interfaz para recuperar recursos (incluyendo recursos remotos a través de redes).
The Fetch API provides an interface for fetching resources (including across the network).
Enviar y recibir datos desde y hacia un origen de datos remoto mediante el uso de objetos XML, HTTPRequest y Fetch API.
Send and receive data to and from a remote data source by using XMLHTTPRequest objects and Fetch API.
Con sitios web interactivos y con estándares web modernos, AJAX se está reemplazado gradualmente por funciones sin frameworks de JavaScript y por la Fetch API Standard.
With interactive websites and modern web standards, AJAX is gradually being replaced by functions within JavaScript frameworks and the official Fetch API Standard.
También se planea una opción de tiempo de espera para la API Fetch, mientras que la API Streams debería servir de ayuda para optimizar la distribución de contenido y evitar solicitudes inflexibles.
Timeout functionality is also being developed for the Fetch API, and the Streams API should help by optimizing content delivery and avoiding monolithic requests.