From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/fr/web/api/navigator/id/index.html | 17 ----------- files/fr/web/api/navigator/mozpower/index.html | 26 ----------------- files/fr/web/api/navigator/moztcpsocket/index.html | 34 ---------------------- 3 files changed, 77 deletions(-) delete mode 100644 files/fr/web/api/navigator/id/index.html delete mode 100644 files/fr/web/api/navigator/mozpower/index.html delete mode 100644 files/fr/web/api/navigator/moztcpsocket/index.html (limited to 'files/fr/web/api/navigator') diff --git a/files/fr/web/api/navigator/id/index.html b/files/fr/web/api/navigator/id/index.html deleted file mode 100644 index 1da4e224cd..0000000000 --- a/files/fr/web/api/navigator/id/index.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: navigator.id -slug: Web/API/Navigator/id -tags: - - Navigator - - Persona -translation_of: Archive/Navigator-id ---- -
{{ ApiRef("Persona") }}
- -

Résumé

- -

Le protocole BrowserID définit une nouvelle propriété id dans l'objet {{ domxref ("window.navigator")}}, dans laquelle l'API BrowserID est rendue disponible. Cette API a subi plusieurs importantes modifications. Chaque modification est listée séparément ci-dessous.

- -

Syntaxe

- -
var id = navigator.id
diff --git a/files/fr/web/api/navigator/mozpower/index.html b/files/fr/web/api/navigator/mozpower/index.html deleted file mode 100644 index 5686a8d152..0000000000 --- a/files/fr/web/api/navigator/mozpower/index.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: window.navigator.mozPower -slug: Web/API/Navigator/mozPower -tags: - - B2G - - Firefox OS - - Non Standard - - Power Management - - WebAPI -translation_of: Archive/B2G_OS/API/Navigator/mozPower ---- -
- {{non-standard_header}} {{B2GOnlyHeader2('certified')}}
-

Résumé

-

Retourne un objet {{domxref("PowerManager")}} que vous pouvez utiliser pour gérer la consommation energétique de l'appareil.

-

Syntaxe

-
var power = window.navigator.mozPower;
-
-

Valeur

-

navigator.mozPower est un objet {{domxref("PowerManager")}}.

-

Spécification

-

Ne fait partie d'aucune spécification actuellement.

-

Voir aussi

- 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 ---- -

{{APIRef("Firefox OS")}}

- -

{{ non-standard_header() }}

- -

{{ B2GOnlyHeader2('privileged') }}

- -

Résumé

- -

Retourne une objet {{ domxref("TCPSocket") }}, vous pouvez l'utiliser pour ouvrir d'autres sockets.

- -

Syntaxe

- -
var socket = navigator.mozTCPSocket;
-
- -

Valeur

- -

navigator.mozTCPSocket est un objet {{domxref("TCPSocket")}} .

- -

Spécification

- -

Not part of any specification yet; however, this API is discussed at W3C as part of the System Applications Working Group under the TCP and UDP Socket API proposal.

- -

Voir aussi

- - -- cgit v1.2.3-54-g00ecf