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/settimeout/index.html | 69 +--------------------------------- 1 file changed, 1 insertion(+), 68 deletions(-) (limited to 'files/es/web/api/settimeout') diff --git a/files/es/web/api/settimeout/index.html b/files/es/web/api/settimeout/index.html index aa531c471d..209864fbf6 100644 --- a/files/es/web/api/settimeout/index.html +++ b/files/es/web/api/settimeout/index.html @@ -257,74 +257,7 @@ window.setTimeout("alert(\"Hello World!\");", 500);

Compatibilidad de navegadores

-

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Soporte básico1.0{{ CompatGeckoDesktop("1") }}4.04.01.0
Soporta parámetros para callback*1{{ CompatVersionUnknown }}{{ CompatVersionUnknown }}10.0{{ CompatVersionUnknown }}{{ CompatUnknown }}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Soporte básico1.01.0{{ CompatGeckoMobile("1") }}6.06.01.0
Soporta parámetros para callback*1{{ CompatUnknown }}{{ CompatUnknown }}{{ CompatUnknown }}{{ CompatUnknown }}{{ CompatUnknown }}{{ CompatUnknown }}
-
- -

*1 Whether it supports the optional parameters when in its first form or not.

+{{Compat("api.setTimeout")}}

Especificación

-- cgit v1.2.3-54-g00ecf