aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/navigator/moztcpsocket/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/navigator/moztcpsocket/index.html')
-rw-r--r--files/fr/web/api/navigator/moztcpsocket/index.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/files/fr/web/api/navigator/moztcpsocket/index.html b/files/fr/web/api/navigator/moztcpsocket/index.html
deleted file mode 100644
index 82c23e3c4b..0000000000
--- a/files/fr/web/api/navigator/moztcpsocket/index.html
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: Navigator.mozTCPSocket
-slug: Web/API/Navigator/mozTCPSocket
-translation_of: Archive/B2G_OS/API/Navigator/mozTCPSocket
----
-<p>{{APIRef("Firefox OS")}}</p>
-
-<p>{{ non-standard_header() }}</p>
-
-<p>{{ B2GOnlyHeader2('privileged') }}</p>
-
-<h2 id="Summary" name="Summary">Résumé</h2>
-
-<p>Retourne une objet {{ domxref("TCPSocket") }}, vous pouvez l'utiliser pour ouvrir d'autres sockets.</p>
-
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
-
-<pre class="eval">var socket = navigator.mozTCPSocket;
-</pre>
-
-<h2 id="Value" name="Value">Valeur</h2>
-
-<p><code>navigator.mozTCPSocket</code> est un objet {{domxref("TCPSocket")}} .</p>
-
-<h2 id="Spécification">Spécification</h2>
-
-<p>Not part of any specification yet; however, this API is discussed at W3C as part of the <a class="external" href="http://www.w3.org/2012/sysapps/" rel="external" title="http://www.w3.org/2012/sysapps/">System Applications Working Group</a> under the <a href="http://www.w3.org/2012/sysapps/tcp-udp-sockets/">TCP and UDP Socket API</a> proposal.</p>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li>{{domxref("TCPSocket")}}</li>
- <li><a href="/en-US/docs/WebAPI/TCP_Socket" title="/en-US/docs/WebAPI/TCP_Socket">TCP Socket</a></li>
-</ul>