aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/syncmanager
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:24 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commit1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch)
tree30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/syncmanager
parentc05efa8d7ae464235cf83d7c0956e42dc6974103 (diff)
downloadtranslated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip
convert content to md
Diffstat (limited to 'files/fr/web/api/syncmanager')
-rw-r--r--files/fr/web/api/syncmanager/index.md47
1 files changed, 15 insertions, 32 deletions
diff --git a/files/fr/web/api/syncmanager/index.md b/files/fr/web/api/syncmanager/index.md
index 494d730c82..9960d40f56 100644
--- a/files/fr/web/api/syncmanager/index.md
+++ b/files/fr/web/api/syncmanager/index.md
@@ -3,44 +3,27 @@ title: SyncManager
slug: Web/API/SyncManager
translation_of: Web/API/SyncManager
---
-<p>{{APIRef("Service Workers API")}}{{Non-standard_header}}</p>
+{{APIRef("Service Workers API")}}{{Non-standard_header}}
-<p>L'interface <strong><code>SyncManager</code></strong> de l' <a href="/en-US/docs/Web/API/ServiceWorker_API">API ServiceWorker </a> fournit une interface pour l'enregistrement et la liste des sync registrations.</p>
+L'interface **`SyncManager`** de l' [API ServiceWorker ](/en-US/docs/Web/API/ServiceWorker_API)fournit une interface pour l'enregistrement et la liste des sync registrations.
-<h2 id="Properties">Properties</h2>
+## Properties
-<p>None.</p>
+None.
-<h2 id="Methods">Methods</h2>
+## Methods
-<dl>
- <dt>{{domxref("SyncManager.register")}}</dt>
- <dd>Créé une nouvelle sync registration et retourne une {{jsxref("Promise")}}</dd>
- <dt>{{domxref("SyncManager.getTags")}}</dt>
- <dd>Renvoie une liste d'identifiants définis par le développeur pour l'enregistrement  du SyncManager.</dd>
-</dl>
+- {{domxref("SyncManager.register")}}
+ - : Créé une nouvelle sync registration et retourne une {{jsxref("Promise")}}
+- {{domxref("SyncManager.getTags")}}
+ - : Renvoie une liste d'identifiants définis par le développeur pour l'enregistrement  du SyncManager.
-<h2 id="Specifications">Specifications</h2>
+## Specifications
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('Background Sync','#sync-manager-interface','SyncManager')}}</td>
- <td>{{Spec2('Background Sync')}}</td>
- <td>Initial definition.</td>
- </tr>
- </tbody>
-</table>
+| Specification | Status | Comment |
+| ------------------------------------------------------------------------------------------------ | ------------------------------------ | ------------------- |
+| {{SpecName('Background Sync','#sync-manager-interface','SyncManager')}} | {{Spec2('Background Sync')}} | Initial definition. |
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+## Browser compatibility
-<div>
-
-
-<p>{{Compat("api.SyncManager")}}</p>
-</div>
+{{Compat("api.SyncManager")}}