From 99efa5cfa34c3f9d38b75352881acdfc99508ebf Mon Sep 17 00:00:00 2001 From: tristantheb Date: Fri, 2 Apr 2021 13:50:14 +0200 Subject: UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311) * UPDATE: Removing CompatibilityTable script - Part 1 * UPDATE: Removing CompatibilityTable script - Part 2 * UPDATE: Removing CompatibilityTable script - Part 3 * UPDATE: Removing CompatibilityTable script - Part 4 * UPDATE: Removing CompatibilityTable script - Part 5/5 * FIX: Repair the EOL of one page * FIX: Fix conflicting file --- files/fr/web/api/idbtransaction/index.html | 118 +---------------------------- 1 file changed, 1 insertion(+), 117 deletions(-) (limited to 'files/fr/web/api/idbtransaction/index.html') diff --git a/files/fr/web/api/idbtransaction/index.html b/files/fr/web/api/idbtransaction/index.html index a48077f753..f87fc8eb1a 100644 --- a/files/fr/web/api/idbtransaction/index.html +++ b/files/fr/web/api/idbtransaction/index.html @@ -173,123 +173,7 @@ function addData() {

Compatibilité des navigateurs

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FonctionnalitéChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Support simple{{CompatChrome(23)}}{{property_prefix("webkit")}}
- {{CompatChrome(24)}}
- {{CompatChrome(38)}} (dépréciation des préfixes)
- {{CompatChrome(57)}} (retrait des préfixes)
{{CompatVersionUnknown}}10 {{property_prefix("moz")}}
- {{CompatGeckoDesktop("16.0")}}
10, partial157.1
Disponible dans les web workers{{CompatVersionUnknown}}
- {{CompatChrome(38)}} (dépréciation des préfixes)
- {{CompatChrome(57)}} (retrait des préfixes)
{{CompatUnknown}}{{CompatGeckoMobile("37.0")}}{{CompatUnknown}}{{CompatOpera(35)}}{{CompatUnknown}}
objectStoreNames{{CompatChrome(48.0)}}{{CompatUnknown}}{{CompatGeckoDesktop("50.0")}}{{CompatNo}}{{CompatOpera(35)}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FonctionnalitéWebview AndroidChrome pour AndroidEdgeFirefox Mobile (Gecko)Firefox OSIE PhoneOpera MobileSafari MobileChrome pour Android
Support simple{{CompatVersionUnknown}}
- {{CompatChrome(38)}} (dépréciation des préfixes)
- {{CompatChrome(57)}} (retrait des préfixes)
{{CompatVersionUnknown}}
- {{CompatChrome(38)}} (dépréciation des préfixes)
- {{CompatChrome(57)}} (retrait des préfixes)
{{CompatVersionUnknown}}{{CompatGeckoMobile("22.0")}}1.0.110228{{CompatVersionUnknown}}
Disponible dans les web workers{{CompatVersionUnknown}}
- {{CompatChrome(38)}} (dépréciation des préfixes)
- {{CompatChrome(57)}} (retrait des préfixes)
{{CompatVersionUnknown}}
- {{CompatChrome(38)}} (dépréciation des préfixes)
- {{CompatChrome(57)}} (retrait des préfixes)
{{CompatUnknown}}{{CompatGeckoMobile("37.0")}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatOperaMobile(35)}}{{CompatUnknown}}{{CompatVersionUnknown}}
objectStoreNames{{CompatChrome(48.0)}}{{CompatChrome(48.0)}}{{CompatUnknown}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatOperaMobile(35)}}{{CompatNo}}{{CompatChrome(48.0)}}
-
- -

[1] Older versions of Chrome serialize all transactions. So even if you have only read-only transactions and no read-write transaction, your transactions are executed one at a time. Any subsequent transactions are not executed until all read-only transactions are completed. For the status, see bug 64076.

- -

Note that as of Firefox 40, IndexedDB transactions have relaxed durability guarantees to increase performance (see {{Bug("1112702")}}.) Previously in a readwrite transaction {{domxref("IDBTransaction.oncomplete")}} was fired only when all data was guaranteed to have been flushed to disk. In Firefox 40+ the complete event is fired after the OS has been told to write the data but potentially before that data has actually been flushed to disk. The complete event may thus be delivered quicker than before, however, there exists a small chance that the entire transaction will be lost if the OS crashes or there is a loss of system power before the data is flushed to disk. Since such catastrophic events are rare most consumers should not need to concern themselves further.

+

{{Compat("api.IDBTransaction")}}

Voir aussi

-- cgit v1.2.3-54-g00ecf