aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/storage
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/storage')
-rw-r--r--files/ru/web/api/storage/localstorage/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/ru/web/api/storage/localstorage/index.html b/files/ru/web/api/storage/localstorage/index.html
index e0a2cd72e7..f0fab82609 100644
--- a/files/ru/web/api/storage/localstorage/index.html
+++ b/files/ru/web/api/storage/localstorage/index.html
@@ -2,6 +2,7 @@
title: LocalStorage
slug: Web/API/Storage/LocalStorage
translation_of: Web/API/Window/localStorage
+translation_of_original: Web/API/Web_Storage_API/Local_storage
---
<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>