aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document/getselection/index.html
blob: c57695e0555c34dbbb2dc5d3db33db31753b0cc4 (plain)
1
2
3
4
5
6
7
8
9
---
title: Document.getSelection()
slug: Web/API/Document/getSelection
translation_of: Web/API/DocumentOrShadowRoot/getSelection
translation_of_original: Web/API/Document/getSelection
---
<p>{{APIRef("DOM")}}</p>

<p>Этот метод работает в точности так же, как {{domxref("Window.getSelection()")}}; он возвращает объект {{domxref("Selection")}}, в котором содержатся данные о тексте, выделенном в документе на данный момент.</p>