diff options
Diffstat (limited to 'files/fr/web/api/sharedworkerglobalscope')
-rw-r--r-- | files/fr/web/api/sharedworkerglobalscope/applicationcache/index.html | 4 | ||||
-rw-r--r-- | files/fr/web/api/sharedworkerglobalscope/onconnect/index.html | 8 |
2 files changed, 6 insertions, 6 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> diff --git a/files/fr/web/api/sharedworkerglobalscope/onconnect/index.html b/files/fr/web/api/sharedworkerglobalscope/onconnect/index.html index 1609e094ba..88b05cd2d7 100644 --- a/files/fr/web/api/sharedworkerglobalscope/onconnect/index.html +++ b/files/fr/web/api/sharedworkerglobalscope/onconnect/index.html @@ -28,10 +28,10 @@ translation_of: Web/API/SharedWorkerGlobalScope/onconnect port.start(); }</pre> -<p>Pour l'exemple complet en fonctionnement, voir <a class="external-icon external" href="https://github.com/mdn/simple-shared-worker">Basic shared worker example</a> (<a class="external-icon external" href="http://mdn.github.io/simple-shared-worker/">run shared worker</a>.)</p> +<p>Pour l'exemple complet en fonctionnement, voir <a href="https://github.com/mdn/simple-shared-worker">Basic shared worker example</a> (<a href="http://mdn.github.io/simple-shared-worker/">run shared worker</a>.)</p> -<div class="blockIndicator note"> -<p><strong>Remarque</strong>: La propriété <code>data</code> de l'objet évènement est <code>null</code> dans Firefox. À partir de la version 65, elle est initialisée comme une chaîne vide, selon les spécifications ({{bug(1508824)}}).</p> +<div class="note"> +<p><strong>Note :</strong> La propriété <code>data</code> de l'objet évènement est <code>null</code> dans Firefox. À partir de la version 65, elle est initialisée comme une chaîne vide, selon les spécifications ({{bug(1508824)}}).</p> </div> <h2 id="Spécifications">Spécifications</h2> @@ -51,7 +51,7 @@ translation_of: Web/API/SharedWorkerGlobalScope/onconnect </tbody> </table> -<h2 id="Browser_Compatibility" name="Browser_Compatibility">Compatibilité des navigateurs</h2> +<h2 id="Browser_Compatibility">Compatibilité des navigateurs</h2> |