diff options
author | MDN <actions@users.noreply.github.com> | 2021-03-13 00:26:44 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-03-13 00:26:44 +0000 |
commit | 362ba6775c2337ed3dc91d5320f7e891c3c74f99 (patch) | |
tree | d2dd67d8d3d857368e1b02e7686fc0736a49c077 /files/ko/web/api/document/getselection/index.html | |
parent | ecd81e5f73adf6fef6fc0067f50d088a51c32f6a (diff) | |
download | translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.tar.gz translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.tar.bz2 translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ko/web/api/document/getselection/index.html')
-rw-r--r-- | files/ko/web/api/document/getselection/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/ko/web/api/document/getselection/index.html b/files/ko/web/api/document/getselection/index.html new file mode 100644 index 0000000000..919e52e9b3 --- /dev/null +++ b/files/ko/web/api/document/getselection/index.html @@ -0,0 +1,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> |