aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/history_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/history_api/index.html')
-rw-r--r--files/es/web/api/history_api/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/api/history_api/index.html b/files/es/web/api/history_api/index.html
index eb2c0b3fdd..b5efd6ae1b 100644
--- a/files/es/web/api/history_api/index.html
+++ b/files/es/web/api/history_api/index.html
@@ -1,11 +1,12 @@
---
title: Manipulando el historial del navegador
-slug: DOM/Manipulando_el_historial_del_navegador
+slug: Web/API/History_API
tags:
- HTML5
- historial
- para_revisar
translation_of: Web/API/History_API
+original_slug: DOM/Manipulando_el_historial_del_navegador
---
<p>El objeto DOM {{ domxref("window") }} proporciona acceso al historial del navegador a través del objeto {{ domxref("window.history", "history") }} . Este da acceso a métodos y propiedades útiles que permiten avanzar y retroceder a través del historial del usuario, así como --a partir de HTML5-- manipular el contenido del historial.</p>