Skip to content

Commit

Permalink
Update files/ko/web/api/navigator/clipboard/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hochan222 authored Oct 27, 2024
1 parent 43dfccf commit 6dae659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ko/web/api/navigator/clipboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ navigator.clipboard
위의 예제는 `"clip-text"` 클래스를 가지고 있는 요소의 내용을 클립보드 내용으로 변경하는 코드입니다.
이 코드는 클립보드의 내용을 불러오는 브라우저 익스텐션으로서 클립보드 내용이 주기적으로 혹은 자동으로 갱신되거나 특정 이벤트가 실행될 때 자동으로 갱신됩니다.

클립보드에 텍스트가 없거나 비어있다면 `"cliptext"` 클래스 요소의 내용은 초기화됩니다.
클립보드에 텍스트가 없거나 비어있다면 `"clip-text"` 클래스 요소의 내용은 초기화됩니다.
이러한 경우에는 [`readText()`](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText) 가 비어있는 스트링 값을 반환합니다.

## 명세서
Expand Down

0 comments on commit 6dae659

Please sign in to comment.