[ko] Response: headers property 신규 번역#29925
Merged
Conversation
Contributor
|
Preview URLs External URLs (1)URL:
(comment last updated: 2025-10-22 00:23:10) |
wisedog
requested changes
Oct 21, 2025
Contributor
wisedog
left a comment
There was a problem hiding this comment.
기여 감사합니다. 조금만 고치면 머지 가능하겠습니다!
| @@ -0,0 +1,51 @@ | |||
| --- | |||
| title: "Response: headers property" | |||
|
|
||
| {{APIRef("Fetch API")}}{{AvailableInWorkers}} | ||
|
|
||
| **`headers`** 읽기 전용 속성은 {{domxref("Response")}} 인터페이스의 속성으로, 해당 응답과 연관된 {{domxref("Headers")}} 객체를 포함합니다. |
Contributor
Author
There was a problem hiding this comment.
원문과 줄 수를 동일하게 맞추기 위해 문장을 3줄로 줄바꿈 처리했습니다~
|
|
||
| {{Compat}} | ||
|
|
||
| ## See also |
Contributor
Author
|
@wisedog 리뷰해주셔서 감사합니다. 말씀하신부분 수정했습니다~~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation