diff options
Diffstat (limited to 'files/fr/web/api/sharedworkerglobalscope/applicationcache/index.html')
| -rw-r--r-- | files/fr/web/api/sharedworkerglobalscope/applicationcache/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/sharedworkerglobalscope/applicationcache/index.html b/files/fr/web/api/sharedworkerglobalscope/applicationcache/index.html index 1d2fde68f1..7440932b75 100644 --- a/files/fr/web/api/sharedworkerglobalscope/applicationcache/index.html +++ b/files/fr/web/api/sharedworkerglobalscope/applicationcache/index.html @@ -6,7 +6,7 @@ translation_of: Web/API/SharedWorkerGlobalScope/applicationCache <div>{{APIRef("Web Workers API")}}</div> <div class="warning"> -<p><strong>Important</strong>: Application Cache est déprécié depuis Firefox 44, et ne sera plus disponible dans des contextes non sécurisés avant Firefox 60 ({{bug(1354175)}}, currently uniquement sur les versions Nightly/Beta). Ne pas utiliser cette fonctionnalité sur des sites web en production, utilisez plutôt les <a href="/fr/docs/Web/API/Service_Worker_API">services workers.</a></p> +<p><strong>Attention :</strong> Application Cache est déprécié depuis Firefox 44, et ne sera plus disponible dans des contextes non sécurisés avant Firefox 60 ({{bug(1354175)}}, currently uniquement sur les versions Nightly/Beta). Ne pas utiliser cette fonctionnalité sur des sites web en production, utilisez plutôt les <a href="/fr/docs/Web/API/Service_Worker_API">services workers.</a></p> </div> <p>La propriété en lecture seule <code><strong>applicationCache</strong></code> de l'interface {{domxref("SharedWorkerGlobalScope")}} retourne l'objet {{domxref("ApplicationCache")}} pour le <em>worker</em> (voir <a href="/fr/docs/Web/HTML/Using_the_application_cache">Utiliser le cache d'application</a>).</p> @@ -25,7 +25,7 @@ translation_of: Web/API/SharedWorkerGlobalScope/applicationCache <pre class="brush: js">self.applicationCache</pre> -<h2 id="Browser_Compatibility" name="Browser_Compatibility">Compatibilité des navigateurs</h2> +<h2 id="Browser_Compatibility">Compatibilité des navigateurs</h2> |
