From d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Sun, 16 May 2021 22:30:00 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ru) (#876) * Migrate to Compat macro * Migrate to Compat macro (multiple in page) * Migrate to Compat macro * Migrate to Compat macro (removed) --- files/ru/web/api/web_storage_api/index.html | 62 +++-------------------------- 1 file changed, 5 insertions(+), 57 deletions(-) (limited to 'files/ru/web/api/web_storage_api/index.html') diff --git a/files/ru/web/api/web_storage_api/index.html b/files/ru/web/api/web_storage_api/index.html index 63f15e9736..e58f6dd9c1 100644 --- a/files/ru/web/api/web_storage_api/index.html +++ b/files/ru/web/api/web_storage_api/index.html @@ -64,67 +64,15 @@ translation_of: Web/API/Web_Storage_API

Поддержка браузерами

-

{{ CompatibilityTable() }}

+

Window.localStorage

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
ФункцияChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
localStorage43.5810.504
sessionStorage52810.504
-
+

{{Compat("api.Window.localStorage")}}

-
- - - - - - - - - - - - - - - - - - - -
ФункцияAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support2.1{{ CompatUnknown }}811iOS 3.2
-
+

Window.sessionStorage

-

У каждого браузера свои объёмы localStorage и sessionStorage. Здесь об ограничениях размеров хранилищ для разных браузеров.

+ -
-

Замечание:  Начиная с версии iOS 5.1, Safari Mobile хранит данные localStorage в cache директории, которая время от времени подчищается системой, в основном когда кончается место.

-
+

{{Compat("api.Window.sessionStorage")}}

Приватный режим/Инкогнито

-- cgit v1.2.3-54-g00ecf