aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document/getselection/index.html
blob: e485df22aec2f99e8320de67d7438b68f40845e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: document.getSelection
slug: Web/API/Document/getSelection
tags:
  - API
  - DOM
  - Méthodes
  - Reference
  - Selection
translation_of: Web/API/DocumentOrShadowRoot/getSelection
translation_of_original: Web/API/Document/getSelection
original_slug: Web/API/DocumentOrShadowRoot/getSelection
---
<p>{{APIRef("DOM")}}</p>

<p>Cette méthode fonctionne de manière identique à la méthode {{domxref ("Window.getSelection()")}} ; elle renvoie un objet {{domxref ("Selection")}} représentant le texte actuellement sélectionné dans le document.</p>