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 --- .../api/intersectionobserver/disconnect/index.html | 60 ---------------------- .../api/intersectionobserver/disconnect/index.md | 60 ++++++++++++++++++++++ 2 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 files/fr/web/api/intersectionobserver/disconnect/index.html create mode 100644 files/fr/web/api/intersectionobserver/disconnect/index.md (limited to 'files/fr/web/api/intersectionobserver/disconnect') diff --git a/files/fr/web/api/intersectionobserver/disconnect/index.html b/files/fr/web/api/intersectionobserver/disconnect/index.html deleted file mode 100644 index b2d7220fc3..0000000000 --- a/files/fr/web/api/intersectionobserver/disconnect/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: IntersectionObserver.disconnect() -slug: Web/API/IntersectionObserver/disconnect -tags: - - API - - Disconnect - - Intersection Observer - - Intersection Observer API - - IntersectionObserver - - Method - - Reference -translation_of: Web/API/IntersectionObserver/disconnect ---- -
{{APIRef("Intersection Observer API")}}
- -

La méthode disconnect(), rattachée à l'interface IntersectionObserver, arrête l'observation des changements de visibilité de l'ensemble des éléments cibles.

- -

Syntaxe

- -
intersectionObserver.disconnect();
- -

Paramètres

- -

Aucun.

- -

Valeur de retour

- -

undefined.

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
- {{SpecName('IntersectionObserver','#dom-intersectionobserver-disconnect','IntersectionObserver.disconnect()')}} - {{Spec2('IntersectionObserver')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("api.IntersectionObserver.disconnect")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/intersectionobserver/disconnect/index.md b/files/fr/web/api/intersectionobserver/disconnect/index.md new file mode 100644 index 0000000000..b2d7220fc3 --- /dev/null +++ b/files/fr/web/api/intersectionobserver/disconnect/index.md @@ -0,0 +1,60 @@ +--- +title: IntersectionObserver.disconnect() +slug: Web/API/IntersectionObserver/disconnect +tags: + - API + - Disconnect + - Intersection Observer + - Intersection Observer API + - IntersectionObserver + - Method + - Reference +translation_of: Web/API/IntersectionObserver/disconnect +--- +
{{APIRef("Intersection Observer API")}}
+ +

La méthode disconnect(), rattachée à l'interface IntersectionObserver, arrête l'observation des changements de visibilité de l'ensemble des éléments cibles.

+ +

Syntaxe

+ +
intersectionObserver.disconnect();
+ +

Paramètres

+ +

Aucun.

+ +

Valeur de retour

+ +

undefined.

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
+ {{SpecName('IntersectionObserver','#dom-intersectionobserver-disconnect','IntersectionObserver.disconnect()')}} + {{Spec2('IntersectionObserver')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.IntersectionObserver.disconnect")}}

+ +

Voir aussi

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