diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-02 13:50:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 13:50:14 +0200 |
commit | 99efa5cfa34c3f9d38b75352881acdfc99508ebf (patch) | |
tree | 15a37e05bf05f0daff2893f0a2f1c8a3673ac86b /files/fr/web/api/server-sent_events | |
parent | c37cf5ec1bb9d4f6c51d12eaeef1bd5af12695f8 (diff) | |
download | translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.tar.gz translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.tar.bz2 translated-content-99efa5cfa34c3f9d38b75352881acdfc99508ebf.zip |
UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with {{Compat()}} (#311)
* UPDATE: Removing CompatibilityTable script - Part 1
* UPDATE: Removing CompatibilityTable script - Part 2
* UPDATE: Removing CompatibilityTable script - Part 3
* UPDATE: Removing CompatibilityTable script - Part 4
* UPDATE: Removing CompatibilityTable script - Part 5/5
* FIX: Repair the EOL of one page
* FIX: Fix conflicting file
Diffstat (limited to 'files/fr/web/api/server-sent_events')
-rw-r--r-- | files/fr/web/api/server-sent_events/index.html | 50 | ||||
-rw-r--r-- | files/fr/web/api/server-sent_events/using_server-sent_events/index.html | 81 |
2 files changed, 3 insertions, 128 deletions
diff --git a/files/fr/web/api/server-sent_events/index.html b/files/fr/web/api/server-sent_events/index.html index 6e128d7c6e..fd186e9342 100644 --- a/files/fr/web/api/server-sent_events/index.html +++ b/files/fr/web/api/server-sent_events/index.html @@ -55,53 +55,3 @@ translation_of: Web/API/Server-sent_events <ul> <li><a href="http://dev.w3.org/html5/eventsource/" title="http://dev.w3.org/html5/eventsource/">Événements envoyés par le serveur</a></li> </ul> - -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - -<div>{{CompatibilityTable}}</div> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>EventSource support</td> - <td>9</td> - <td>{{CompatGeckoDesktop("6.0")}}</td> - <td>{{CompatUnknown}}</td> - <td>11</td> - <td>5</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>EventSource support</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> diff --git a/files/fr/web/api/server-sent_events/using_server-sent_events/index.html b/files/fr/web/api/server-sent_events/using_server-sent_events/index.html index 3ca71f34a5..49c3a7823f 100644 --- a/files/fr/web/api/server-sent_events/using_server-sent_events/index.html +++ b/files/fr/web/api/server-sent_events/using_server-sent_events/index.html @@ -182,83 +182,8 @@ data: pour accomplir une tâche. event: usermessage data: {"username": "bobby", "time": "02:34:11", "text": "Hi everyone."}</pre> -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Support de EventSource</td> - <td>6</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatGeckoDesktop("6.0") }}</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatVersionUnknown }}</td> - <td>5</td> - </tr> - <tr> - <td>Disponible dans les workers partagés et dédiés<sup>[1]</sup></td> - <td>{{ CompatVersionUnknown }}</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatGeckoDesktop("53.0") }}</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatVersionUnknown }}</td> - <td>{{ CompatVersionUnknown }}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Fonctionnalité</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Support de EventSource</td> - <td>4.4</td> - <td>45</td> - <td>{{ CompatNo }}</td> - <td>12</td> - <td>4.1</td> - </tr> - <tr> - <td>Disponible dans les workers partagés et dédiés<sup>[1]</sup></td> - <td>{{ CompatVersionUnknown }}</td> - <td>{{ CompatGeckoMobile("53.0") }}</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatVersionUnknown }}</td> - <td>{{ CompatVersionUnknown }}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Mais <a href="https://github.com/w3c/ServiceWorker/issues/947">pas dans les service workers pour le moment</a>.</p> - -<h2 id="Références">Références</h2> - -<h4 id="Communauté_WHATWG">Communauté WHATWG</h4> - -<p><a href="https://html.spec.whatwg.org/multipage/comms.html#server-sent-events">https://html.spec.whatwg.org/multipage/comms.html#server-sent-events</a></p> +<h2 id="Browser_compatibility">Compatibilité des navigateurs</h2> -<p><a href="http://www.html5rocks.com/profiles/#ericbidelman">Eric Bidelman</a> sur le blog HTML5 ROCKS</p> +<h3 id="EventSource"><code>EventSource</code></h3> -<p><a href="http://www.html5rocks.com/en/tutorials/eventsource/basics/?redirect_from_locale=fr">http://www.html5rocks.com/en/tutorials/eventsource/basics/?redirect_from_locale=fr</a></p> +<p>{{Compat("api.EventSource")}}</p>
\ No newline at end of file |