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

<p>이 메소드는 {{domxref("Window.getSelection()")}} 와 동일합니다. 이 메소드는 {{domxref("Selection")}} 형의 객체를 반환하는데, 이 객체는 현재 페이지에서 선택된 영역의 정보를 반영합니다.</p>