diff options
Diffstat (limited to 'files/fr/web/api/syncmanager/index.html')
-rw-r--r-- | files/fr/web/api/syncmanager/index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/files/fr/web/api/syncmanager/index.html b/files/fr/web/api/syncmanager/index.html new file mode 100644 index 0000000000..42819bb886 --- /dev/null +++ b/files/fr/web/api/syncmanager/index.html @@ -0,0 +1,46 @@ +--- +title: SyncManager +slug: Web/API/SyncManager +translation_of: Web/API/SyncManager +--- +<p>{{APIRef("Service Workers API")}}{{Non-standard_header}}</p> + +<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> + +<h2 id="Properties">Properties</h2> + +<p>None.</p> + +<h2 id="Methods">Methods</h2> + +<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> + +<h2 id="Specifications">Specifications</h2> + +<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> + +<h2 id="Browser_compatibility"><span style="font-size: 2.14285714285714rem;">Browser compatibility</span></h2> + +<div> + + +<p>{{Compat("api.SyncManager")}}</p> +</div> |