-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ko] pushSubscription, pushSubscription.unsubscribe() 신규 번역 #22370
Conversation
Preview URLs Flaws (8)URL:
URL:
(comment last updated: 2024-07-16 11:21:48) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@etoile-j 님 안녕하세요. 기여해주셔서 감사합니다! 💯
몇 가지 코멘트 남겨두었습니다.
확인하시고 다시 리뷰 요청 부탁드리겠습니다. 🙇
질문이나 도움이 필요하시다면 언제든 멘션 부탁드리겠습니다.
{{domxref("PushSubscription")}} 인터페이스의 `unsubscribe()` 메서드는 | ||
현재 구독이 성공적으로 구독 취소될 때 불리언 값으로 이행되는 {{jsxref("Promise")}}를 반환합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{domxref("PushSubscription")}} 인터페이스의 `unsubscribe()` 메서드는 | |
현재 구독이 성공적으로 구독 취소될 때 불리언 값으로 이행되는 {{jsxref("Promise")}}를 반환합니다. | |
{{domxref("PushSubscription")}} 인터페이스의 `unsubscribe()` 메서드는 | |
현재 구독이 성공적으로 구독 취소될 때 불리언 값으로 이행되는 | |
{{jsxref("Promise")}}를 반환합니다. |
|
||
### 반환 값 | ||
|
||
현재 구독이 성공적으로 구독 취소될 때 불리언 값으로 이행되는 {{jsxref("Promise")}}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 인스턴스 속성 | ||
|
||
- {{domxref("PushSubscription.endpoint")}} {{ReadOnlyInline}} | ||
- : 푸시 구독과 연결된 엔드포인트가 포함된 문자열. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- : 푸시 구독과 연결된 엔드포인트가 포함된 문자열. | |
- : 푸시 구독과 관련된 엔드포인트가 포함된 문자열. |
밑에서 associated
를 "관련된"으로 사용하고 있으므로 통일시키는 것을 제안드립니다.
오타가 맞을까요? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네😅 수정하였습니다
@1ilsang 안녕하세요. 말씀해 주신 사항들 수정하였습니다! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 고생하셨습니다. 💯
Description
PUSH API의
pushSubscription
,pushSubscription.unsubscribe()
문서를 신규 번역하였습니다.