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/storage/length/index.html | 62 +----------------------------- 1 file changed, 1 insertion(+), 61 deletions(-) (limited to 'files/es/web/api/storage/length') diff --git a/files/es/web/api/storage/length/index.html b/files/es/web/api/storage/length/index.html index f3f9a5ab6c..5a0396e30f 100644 --- a/files/es/web/api/storage/length/index.html +++ b/files/es/web/api/storage/length/index.html @@ -50,67 +50,7 @@ translation_of: Web/API/Storage/length

Compatibilidad en navegadores

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
localStorage43.5810.504
sessionStorage52810.504
-
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Soporte básico2.1{{ CompatUnknown }}811iOS 3.2
-
- -

Los navegadores tienen diferentes niveles de capacidad, tanto para el localStorage como para el sesionStorage. He aquí una lista detallada de todas las capacidades de almacenamiento para varios navegadores.

- -
-

Nota:  desde la versión 5.1 de iOS, Safari Mobile almacena los datos de localStorage en la carpeta de la caché, la cual se vacía a intervalos, a criterio del sistema operativo, generalmente, si hay una falta de espacio.

-
+{{Compat("api.Storage.length")}}

Vea también

-- cgit v1.2.3-54-g00ecf