From 0ce7202a706c9036eeea42c158f433c2b7940457 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Thu, 3 Mar 2022 22:36:23 +0900 Subject: Migrate CompatibilityTable to Compat macro (es) (#4355) * Migrate CompatibilityTable to Compat macro (es) * Migrate to multiple Compat macro (es) --- files/es/web/api/web_storage_api/index.html | 58 ++-------------------- .../using_the_web_storage_api/index.html | 58 ++-------------------- 2 files changed, 10 insertions(+), 106 deletions(-) (limited to 'files/es/web/api/web_storage_api') diff --git a/files/es/web/api/web_storage_api/index.html b/files/es/web/api/web_storage_api/index.html index 732902230d..8bb7d43d93 100644 --- a/files/es/web/api/web_storage_api/index.html +++ b/files/es/web/api/web_storage_api/index.html @@ -70,61 +70,13 @@ original_slug: Web/API/API_de_almacenamiento_web

Compatibilidad de navegadores

-

{{ CompatibilityTable() }}

+

Window.localStorage

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
localStorage43.5810.504
sessionStorage52810.504
-
+{{Compat("api.Window.localStorage")}} -
- - - - - - - - - - - - - - - - - - - -
CaracteristicaAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support2.1{{ CompatUnknown }}811iOS 3.2
-
+

Window.sessionStorage

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

Todos los navegadores tienen distintos niveles de capacidad tanto para localStorage como para sessionStorage. Aquí está una análisis detallado de todas las capacidades de almacenamiento de diferentes navegadores.

diff --git a/files/es/web/api/web_storage_api/using_the_web_storage_api/index.html b/files/es/web/api/web_storage_api/using_the_web_storage_api/index.html index efbf865d0e..7a96b58fce 100644 --- a/files/es/web/api/web_storage_api/using_the_web_storage_api/index.html +++ b/files/es/web/api/web_storage_api/using_the_web_storage_api/index.html @@ -204,61 +204,13 @@ imageForm.onchange = populateStorage;

Compatibilidad de navegadores

-

{{ CompatibilityTable() }}

+

Window.localStorage

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
localStorage43.5810.504
sessionStorage52810.504
-
+{{Compat("api.Window.localStorage")}} -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support2.1{{ CompatUnknown }}811iOS 3.2
-
+

Window.sessionStorage

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

Todos los navegadores tienen distintos niveles de capacidad tanto para localStorage como para sessionStorage. Aquí está una análisis detallado de todas las capacidades de almacenamiento de diferentes navegadores.

-- cgit v1.2.3-54-g00ecf