From 9a110dee28ae2ef12ee014b98fda6bae6ee48edb Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Wed, 2 Mar 2022 20:22:51 +0900 Subject: Migrate to Compat macro (zh-cn) --- files/zh-cn/web/api/idbfactory/index.html | 56 +------------------------------ 1 file changed, 1 insertion(+), 55 deletions(-) (limited to 'files/zh-cn/web/api/idbfactory/index.html') diff --git a/files/zh-cn/web/api/idbfactory/index.html b/files/zh-cn/web/api/idbfactory/index.html index d17304647b..57d23ec08c 100644 --- a/files/zh-cn/web/api/idbfactory/index.html +++ b/files/zh-cn/web/api/idbfactory/index.html @@ -74,61 +74,7 @@ DBOpenRequest.onsuccess = function(event) {

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support23{{property_prefix("webkit")}}
- 24
10 {{property_prefix("moz")}}
- {{CompatGeckoDesktop("16.0")}}
10, partial157.1
-
- -
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)Firefox OSIE PhoneOpera MobileSafari Mobile
Basic support4.4{{CompatGeckoMobile("22.0")}}1.0.11022{{CompatNo}}
-
- -
-

Be careful in Chrome as it still implements the old specification along with the new one. Similarly it still has the prefixed webkitIndexedDB property even if the unprefixed indexedDB is present.

-
+{{Compat("api.IDBFactory")}}

See also

-- cgit v1.2.3-54-g00ecf