aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/document/getselection/index.html
blob: 494ded42508795b0c01b59f9321072661a92dfe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: Document.getSelection()
slug: Web/API/Document/getSelection
tags:
  - Referencia
  - Selección
  - metodo
translation_of: Web/API/DocumentOrShadowRoot/getSelection
---
<p>{{APIRef("DOM")}}</p>

<p>Este método funciona exactamente igual que {{domxref("Window.getSelection()")}}; devuelve un objeto {{domxref("Selection")}} que representa el texto que se ha seleccionado en el documento.</p>