diff options
| author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
|---|---|---|
| committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
| commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
| tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/api/web_workers_api | |
| parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
| download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip | |
unslug fr: modify
Diffstat (limited to 'files/fr/web/api/web_workers_api')
3 files changed, 6 insertions, 3 deletions
diff --git a/files/fr/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html b/files/fr/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html index 379f86edd6..1e7fcb6cf5 100644 --- a/files/fr/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html +++ b/files/fr/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html @@ -1,7 +1,8 @@ --- title: Fonctions et classes disponibles dans les Web Workers -slug: Web/API/Worker/Functions_and_classes_available_to_workers +slug: Web/API/Web_Workers_API/Functions_and_classes_available_to_workers translation_of: Web/API/Web_Workers_API/Functions_and_classes_available_to_workers +original_slug: Web/API/Worker/Functions_and_classes_available_to_workers --- <p>En plus de l'ensemble des fonctions standard <a href="/en-US/docs/Web/JavaScript">JavaScript</a> (telles que {{jsxref("Global_Objects/String", "String")}}, {{jsxref("Global_Objects/Array", "Array")}}, {{jsxref("Global_Objects/Object", "Object")}}, {{jsxref("Global_Objects/JSON", "JSON")}} etc), des fonctions du DOM restent disponibles pour les workers. Cet article en fournit la liste.</p> diff --git a/files/fr/web/api/web_workers_api/structured_clone_algorithm/index.html b/files/fr/web/api/web_workers_api/structured_clone_algorithm/index.html index dfb8c20bf9..8860578497 100644 --- a/files/fr/web/api/web_workers_api/structured_clone_algorithm/index.html +++ b/files/fr/web/api/web_workers_api/structured_clone_algorithm/index.html @@ -1,7 +1,8 @@ --- title: L’algorithme de clonage structuré -slug: Web/API/Web_Workers_API/algorithme_clonage_structure +slug: Web/API/Web_Workers_API/Structured_clone_algorithm translation_of: Web/API/Web_Workers_API/Structured_clone_algorithm +original_slug: Web/API/Web_Workers_API/algorithme_clonage_structure --- <p>L’algorithme de clonage structuré est un nouvel algorithme <a class="external" href="http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#safe-passing-of-structured-data" title="http://www.w3.org/TR/html5/common-dom-interfaces.html#safe-passing-of-structured-data">défini par la spécification HTML5</a> pour sérialiser les objets JavaScript complexes. Il est plus puissant que <a href="/en/JSON" title="en/JSON">JSON</a> en cela qu’il supporte la sérialisation d’objets contenant des graphes cycliques — des objets peuvent faire référence à des objets faisant référence à d’autres objets dans le même graphe. De plus, dans certains cas, l’algorithme de clonage structuré peut être plus efficace que JSON.</p> diff --git a/files/fr/web/api/web_workers_api/using_web_workers/index.html b/files/fr/web/api/web_workers_api/using_web_workers/index.html index b1330f34bf..e36848d6bd 100644 --- a/files/fr/web/api/web_workers_api/using_web_workers/index.html +++ b/files/fr/web/api/web_workers_api/using_web_workers/index.html @@ -1,12 +1,13 @@ --- title: Utilisation des web workers -slug: Web/API/Web_Workers_API/Utilisation_des_web_workers +slug: Web/API/Web_Workers_API/Using_web_workers tags: - Avancé - Guide - JavaScript - Web Workers translation_of: Web/API/Web_Workers_API/Using_web_workers +original_slug: Web/API/Web_Workers_API/Utilisation_des_web_workers --- <div>{{DefaultAPISidebar("Web Workers API")}}</div> |
