From 6772831200d14c2436aea2d0c837f40dbf12156f Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sun, 26 Sep 2021 13:11:47 +0200 Subject: Prepare Web API section for Markdown conversion (#2464) * Remove summary classes and ids * Remove unecessary hidden * Remove useless span filled with useless attributes / ids * Remove useless font * Remove notranslate * Remove id in other elements than headings * Remove name attributes * Remove
 for JS w/ language-js class

* Remove 
 for HTML w/ language-html class

* Remove 
 for other lang w/ language-* class

* Rm highlighted line in code samples

* fix links, internal, external, absolute URLs

* missing file from last commit

* Fix styles errors apart from table + some classes

* Fix notes and warnings (+ some other :x)

* fix typo during merge which broke a doc

* aand forgot a conflict

* fix remaining classes of errors except dls and images

* Fix dls

* Fix images (deki/mozillademos) and remaining style issues

* Remove script tag from svg file

* Remove script tag from svg fileS

* Compress SVG files for CI
---
 files/fr/web/api/clients/claim/index.html      | 2 +-
 files/fr/web/api/clients/get/index.html        | 6 +-----
 files/fr/web/api/clients/index.html            | 2 +-
 files/fr/web/api/clients/matchall/index.html   | 8 +++-----
 files/fr/web/api/clients/openwindow/index.html | 4 +---
 5 files changed, 7 insertions(+), 15 deletions(-)

(limited to 'files/fr/web/api/clients')

diff --git a/files/fr/web/api/clients/claim/index.html b/files/fr/web/api/clients/claim/index.html
index 349e8aee72..bd76981af1 100644
--- a/files/fr/web/api/clients/claim/index.html
+++ b/files/fr/web/api/clients/claim/index.html
@@ -29,7 +29,7 @@ translation_of: Web/API/Clients/claim
 
 

Valeur de retour

-

Une Promise.

+

Une Promise.

Exemple

diff --git a/files/fr/web/api/clients/get/index.html b/files/fr/web/api/clients/get/index.html index 381478b4bc..dd2d46c018 100644 --- a/files/fr/web/api/clients/get/index.html +++ b/files/fr/web/api/clients/get/index.html @@ -14,8 +14,6 @@ translation_of: Web/API/Clients/get
La méthode get() de l'interface {{domxref("Clients")}} récupère un service worker client correspondant à un id donné et le retourne dans une {{jsxref("Promise")}}.
-
 
-

Syntaxe

self.clients.get(id).then(function(client) {
@@ -31,9 +29,7 @@ translation_of: Web/API/Clients/get
 
 

Valeur de retour

-
-
Une Promise qui se résoud avec un objet {{domxref("Client")}}.
-
+

Une Promise qui se résoud avec un objet {{domxref("Client")}}.

Exemples

diff --git a/files/fr/web/api/clients/index.html b/files/fr/web/api/clients/index.html index 3607baccad..aab1e6c132 100644 --- a/files/fr/web/api/clients/index.html +++ b/files/fr/web/api/clients/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/Clients ---
{{APIRef("Service Workers API")}}
-

L'interface Clients permet d'accéder aux objets Client. On y accède via self.clients au sein d'un service worker.

+

L'interface Clients permet d'accéder aux objets Client. On y accède via self.clients au sein d'un service worker.

Méthodes

diff --git a/files/fr/web/api/clients/matchall/index.html b/files/fr/web/api/clients/matchall/index.html index 868f7bd22a..2636074f8d 100644 --- a/files/fr/web/api/clients/matchall/index.html +++ b/files/fr/web/api/clients/matchall/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/Clients/matchAll ---
{{SeeCompatTable}}{{APIRef("Service Workers API")}}
-
La méthode matchAll() de l'interface {{domxref("Clients")}} retourne une Promesse pour une liste de service worker clients. Inclure le paramètre options permet de retourner tous les services worker clients dont l'origine est la même que l'origine du service worker associé. Si options n'est pas inclus, la méthode retourne que le service worker client controllé par le service worker.
+
La méthode matchAll() de l'interface {{domxref("Clients")}} retourne une Promesse pour une liste de service worker clients. Inclure le paramètre options permet de retourner tous les services worker clients dont l'origine est la même que l'origine du service worker associé. Si options n'est pas inclus, la méthode retourne que le service worker client controllé par le service worker.
 
@@ -26,7 +26,7 @@ translation_of: Web/API/Clients/matchAll
options
-
L'objet option vous permet de définir les options pour l'opération. Les options disponibles sont : +

L'objet option vous permet de définir les options pour l'opération. Les options disponibles sont :

  • includeUncontrolled: Un {{domxref("Boolean")}} — défini à true, l'opération retournera tous les services worker clients qui sont de la même origine que le service worker courant. Sinon, elle ne retournera que le service worker client controllé par le service worker courant. La valeur par défaut est false.
  • type: Défini le type de client que vous voulez observer. Les types disponibles sont window, worker, sharedworker, et all. La valeur par défaut est all.
  • @@ -36,9 +36,7 @@ translation_of: Web/API/Clients/matchAll

    Valeur de retour

    -
    -
    Une  Promesse qui se résout avec un tableau d'objets {{domxref("Client")}}.
    -
    +

    Une  Promesse qui se résout avec un tableau d'objets {{domxref("Client")}}.

    Exemples

    diff --git a/files/fr/web/api/clients/openwindow/index.html b/files/fr/web/api/clients/openwindow/index.html index 50282ead56..1116da97f5 100644 --- a/files/fr/web/api/clients/openwindow/index.html +++ b/files/fr/web/api/clients/openwindow/index.html @@ -24,9 +24,7 @@ translation_of: Web/API/Clients/openWindow

    Valeur de retour

    -
    -
    Une {{jsxref("Promise")}} qui résoud un objet {{domxref("WindowClient")}} si l'URL est de la même origine que le service worker, et {{Glossary("null", "null value")}} sinon.
    -
    +

    Une {{jsxref("Promise")}} qui résoud un objet {{domxref("WindowClient")}} si l'URL est de la même origine que le service worker, et {{Glossary("null", "null value")}} sinon.

    Exemples

    -- cgit v1.2.3-54-g00ecf