diff options
Diffstat (limited to 'files/fr/web/api/eventsource/close/index.html')
| -rw-r--r-- | files/fr/web/api/eventsource/close/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/eventsource/close/index.html b/files/fr/web/api/eventsource/close/index.html index 062ed16f58..d7289f87ef 100644 --- a/files/fr/web/api/eventsource/close/index.html +++ b/files/fr/web/api/eventsource/close/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/EventSource/close <p>La fonction <code><strong>close()</strong></code> de l'interface {{domxref("EventSource")}} coupe la connection, si existante, et affecte à la variable {{domxref("EventSource.readyState")}} la valeur <code>2</code> (closed).</p> <div class="note"> -<p><strong>Note</strong>: Si la connexion est déjà fermé, la fonction n'agit pas.</p> +<p><strong>Note :</strong> Si la connexion est déjà fermé, la fonction n'agit pas.</p> </div> <h2 id="Syntaxe">Syntaxe</h2> @@ -44,7 +44,7 @@ bouton.onclick = function() { </pre> <div class="note"> -<p><strong>Note</strong>: Vous pouvez trouver un exemple complet sur GitHub — voir <a href="https://github.com/mdn/dom-examples/tree/master/server-sent-events">Demo simple de SSE utilisant PHP.</a></p> +<p><strong>Note :</strong> Vous pouvez trouver un exemple complet sur GitHub — voir <a href="https://github.com/mdn/dom-examples/tree/master/server-sent-events">Demo simple de SSE utilisant PHP.</a></p> </div> <h2 id="Spécifications">Spécifications</h2> |
