aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting/web/api/window/localstorage/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/conflicting/web/api/window/localstorage/index.html')
-rw-r--r--files/ru/conflicting/web/api/window/localstorage/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/conflicting/web/api/window/localstorage/index.html b/files/ru/conflicting/web/api/window/localstorage/index.html
index f0fab82609..7e9f60bb88 100644
--- a/files/ru/conflicting/web/api/window/localstorage/index.html
+++ b/files/ru/conflicting/web/api/window/localstorage/index.html
@@ -1,8 +1,9 @@
---
title: LocalStorage
-slug: Web/API/Storage/LocalStorage
+slug: conflicting/Web/API/Window/localStorage
translation_of: Web/API/Window/localStorage
translation_of_original: Web/API/Web_Storage_API/Local_storage
+original_slug: Web/API/Storage/LocalStorage
---
<p><code>localStorage</code> это аналог <code><a href="/en-US/docs/Web/API/sessionStorage">sessionStorage</a></code>, с некоторыми same-origin правилами, но значения хранятся постоянно (в отличии от sessions). <code>localStorage</code> появился в Firefox 3.5.</p>