diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
commit | 12b585b8e60a2877ff64dc6dc5ab058c43652f47 (patch) | |
tree | 022e6a59b4a0504d15853edfa8d3370521d8653d /files/de/web/api/history_api | |
parent | 4ab365b110f2f1f2b736326b7059244a32115089 (diff) | |
download | translated-content-12b585b8e60a2877ff64dc6dc5ab058c43652f47.tar.gz translated-content-12b585b8e60a2877ff64dc6dc5ab058c43652f47.tar.bz2 translated-content-12b585b8e60a2877ff64dc6dc5ab058c43652f47.zip |
unslug de: modify
Diffstat (limited to 'files/de/web/api/history_api')
-rw-r--r-- | files/de/web/api/history_api/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/de/web/api/history_api/index.html b/files/de/web/api/history_api/index.html index 6f59cbbdc3..3edfdbc082 100644 --- a/files/de/web/api/history_api/index.html +++ b/files/de/web/api/history_api/index.html @@ -1,9 +1,10 @@ --- title: Manipulieren des Browser-Verlaufes -slug: Web/Guide/DOM/Manipulating_the_browser_history +slug: Web/API/History_API tags: - Verlauf translation_of: Web/API/History_API +original_slug: Web/Guide/DOM/Manipulating_the_browser_history --- <p>Das DOM {{ domxref("window") }} Objekt stellt Zugriffsmöglichkeiten auf den Browser-Verlauf über das {{ domxref("window.history", "history") }} Objekt bereit. Es bietet nützliche Methoden und Einstellungen, die es ermöglichen, den Zurück- und Vorwärts-Button und den Browser-Verlauf zu steuern und – seit HTML5 – diesen auch zu manipulieren</p> |