From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/history/length/index.html | 47 ------------------------------ files/fr/web/api/history/length/index.md | 47 ++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 files/fr/web/api/history/length/index.html create mode 100644 files/fr/web/api/history/length/index.md (limited to 'files/fr/web/api/history/length') diff --git a/files/fr/web/api/history/length/index.html b/files/fr/web/api/history/length/index.html deleted file mode 100644 index bbed2b4976..0000000000 --- a/files/fr/web/api/history/length/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: History.length -slug: Web/API/History/length -translation_of: Web/API/History/length ---- -
{{APIRef("History API")}}
- -

La propriété en lecture seule History.length retourne un entier indiquant le nombre d'élément dans l'historique de session, incluant la page courante. Par exemple, pour une page dans un nouvel onglet, la propriété retournera 1.

- -

Syntaxe

- -
const length = history.length
-
- -

Spécification

- - - - - - - - - - - - - - - - - - - -
SpécificationStatutsCommentaire
{{SpecName('HTML WHATWG', "history.html#dom-history-length", "History.length")}}{{Spec2('HTML WHATWG')}}Pas de changement depuis {{SpecName("HTML5 W3C")}}.
{{SpecName('HTML5 W3C', "browsers.html#dom-history-length", "History.length")}}{{Spec2('HTML5 W3C')}}Définition initiale.
- -

Compatibilité des navigateurs

- - - -

{{Compat("api.History.length")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/history/length/index.md b/files/fr/web/api/history/length/index.md new file mode 100644 index 0000000000..bbed2b4976 --- /dev/null +++ b/files/fr/web/api/history/length/index.md @@ -0,0 +1,47 @@ +--- +title: History.length +slug: Web/API/History/length +translation_of: Web/API/History/length +--- +
{{APIRef("History API")}}
+ +

La propriété en lecture seule History.length retourne un entier indiquant le nombre d'élément dans l'historique de session, incluant la page courante. Par exemple, pour une page dans un nouvel onglet, la propriété retournera 1.

+ +

Syntaxe

+ +
const length = history.length
+
+ +

Spécification

+ + + + + + + + + + + + + + + + + + + +
SpécificationStatutsCommentaire
{{SpecName('HTML WHATWG', "history.html#dom-history-length", "History.length")}}{{Spec2('HTML WHATWG')}}Pas de changement depuis {{SpecName("HTML5 W3C")}}.
{{SpecName('HTML5 W3C', "browsers.html#dom-history-length", "History.length")}}{{Spec2('HTML5 W3C')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.History.length")}}

+ +

Voir aussi

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