Skip to content

Conversation

@westzeroright
Copy link
Contributor

Description

Web/API/Client 인터페이스 문서를 한국어로 번역했습니다.

Motivation

Service Worker 환경에서 Client 인터페이스가 어떻게 작동하는지, 특히 다양한 실행 컨텍스트(Worker, SharedWorker, Window)가 어떻게 표현되고 상호작용하는지 한국 개발자들이 이해할 수 있도록 돕기 위해 번역했습니다.

Additional details

원문 참고: Client - Web APIs

Related issues and pull requests

@westzeroright westzeroright requested a review from a team as a code owner October 10, 2025 08:44
@westzeroright westzeroright requested review from wisedog and removed request for a team October 10, 2025 08:44
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Oct 10, 2025
@hochan222 hochan222 requested review from hochan222 and removed request for wisedog October 10, 2025 10:22
Copy link
Member

@hochan222 hochan222 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@westzeroright 님 안녕하세요~!

몇가지 리뷰사항 하기에 남겨두었습니다.

고생 많으셨습니다~! 좋은 하루 보내세요 :)


{{APIRef("Service Workers API")}}{{AvailableInWorkers("service")}}

`Client` 인터페이스는 {{domxref("Worker")}}나 {{domxref("SharedWorker")}}와 같은 실행 가능한 컨텍스트를 나타냅니다. {{domxref("Window")}} 클라이언트는 보다 구체적인 {{domxref("WindowClient")}}로 표현됩니다. {{domxref("Clients.matchAll","Clients.matchAll()")}}이나 {{domxref("Clients.get","Clients.get()")}}과 같은 메서드에서 `Client`/`WindowClient` 객체를 가져올 수 있습니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`Client` 인터페이스는 {{domxref("Worker")}}나 {{domxref("SharedWorker")}}와 같은 실행 가능한 컨텍스트를 나타냅니다. {{domxref("Window")}} 클라이언트는 보다 구체적인 {{domxref("WindowClient")}}로 표현됩니다. {{domxref("Clients.matchAll","Clients.matchAll()")}}이나 {{domxref("Clients.get","Clients.get()")}}과 같은 메서드에서 `Client`/`WindowClient` 객체를 가져올 수 있습니다.
`Client` 인터페이스는 {{domxref("Worker")}}나 {{domxref("SharedWorker")}}와 같은 실행 가능한 컨텍스트를 나타냅니다. {{domxref("Window")}} 클라이언트는 보다 구체적인 {{domxref("WindowClient")}}로 표현됩니다. Client나 `Window`/`Client` 객체는 {{domxref("Clients.matchAll","Clients.matchAll()")}}이나 {{domxref("Clients.get","Clients.get()")}}과 같은 메서드를 통해 가져올 수 있습니다.

Client/WindowClient가 문장에서 중요한 의미를 가지므로 앞으로 강조하여 표현해도 좋을 듯해서 제안드렸습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

제안해주신 바가 원문과 더 잘 어울리는 것 같습니다! 감사합니다! (반영 커밋: 089d67c)

리뷰 감사드립니다:) 이따 10시에 디스코드에서 뵙겠습니다!

@github-actions
Copy link
Contributor

github-actions bot commented Oct 11, 2025

Preview URLs

(comment last updated: 2025-11-19 12:52:20)

@westzeroright westzeroright requested a review from a team as a code owner November 12, 2025 15:45
Copy link
Member

@1ilsang 1ilsang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

l10n-ko Issues related to Korean content.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants