aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/window/domcontentloaded_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/window/domcontentloaded_event/index.html')
-rw-r--r--files/es/web/api/window/domcontentloaded_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/api/window/domcontentloaded_event/index.html b/files/es/web/api/window/domcontentloaded_event/index.html
index ffbf3accbc..0659abde6f 100644
--- a/files/es/web/api/window/domcontentloaded_event/index.html
+++ b/files/es/web/api/window/domcontentloaded_event/index.html
@@ -1,7 +1,8 @@
---
title: DOMContentLoaded
-slug: Web/Events/DOMContentLoaded
+slug: Web/API/Window/DOMContentLoaded_event
translation_of: Web/API/Window/DOMContentLoaded_event
+original_slug: Web/Events/DOMContentLoaded
---
<p>El evento <code>DOMContentLoaded</code> es disparado cuando el documento HTML ha sido completamente cargado y parseado, sin esperar hojas de estilo, images y subframes para  finalizar la carga. Un evento muy diferente - <a href="/en-US/docs/Mozilla_event_reference/load"><code>load</code></a> - debería ser usado solo para detectar una carga completa de la página. Es un error increíblemente popular usar <a href="/en-US/docs/Mozilla_event_reference/load"><code>load</code></a> cuando <code>DOMContentLoaded</code> sería mucho más apropiado, así que úsalo con cuidado.</p>