aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/xmlhttprequest
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/api/xmlhttprequest
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/api/xmlhttprequest')
-rw-r--r--files/es/web/api/xmlhttprequest/loadend_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/api/xmlhttprequest/loadend_event/index.html b/files/es/web/api/xmlhttprequest/loadend_event/index.html
index 39e528634d..b797e40929 100644
--- a/files/es/web/api/xmlhttprequest/loadend_event/index.html
+++ b/files/es/web/api/xmlhttprequest/loadend_event/index.html
@@ -1,9 +1,10 @@
---
title: loadend
-slug: Web/Events/loadend
+slug: Web/API/XMLHttpRequest/loadend_event
tags:
- eventos
translation_of: Web/API/XMLHttpRequest/loadend_event
+original_slug: Web/Events/loadend
---
<p>El evento <code>loadend</code> es emitido cuando el progreso de la carga de un recurso se ha detenido (e.g. despues que "error", "abort", o "load" han sido emitidos). Por ejemplo, esto aplica a las llamadas de {{domxref("XMLHttpRequest")}}, y al contenido de un elemento {{htmlelement("img")}} o {{htmlelement("video")}}.</p>