Skip to content
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] Web API - Response typo #19341

Open
gaberani opened this issue Apr 9, 2024 · 0 comments
Open

[ko] Web API - Response typo #19341

gaberani opened this issue Apr 9, 2024 · 0 comments
Labels
l10n-ko Issues related to Korean content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@gaberani
Copy link

gaberani commented Apr 9, 2024

MDN URL

https://developer.mozilla.org/ko/docs/Web/API/Response

이 문제에 관한 특정 섹션 또는 제목은 무엇인가요?

인스턴스_메서드

어떤 정보가 부정확하거나 도움이 되지 않거나 불완전했나요?

Request.arrayBuffer() (en-US)
응답 본문의 ArrayBuffer 표현으로 이행하는 프로미스를 반환합니다.

Request.blob() (en-US)
응답 본문의 Blob 표현으로 이행하는 프로미스를 반환합니다.

Request.clone() (en-US)
Response 객체의 복사본을 생성합니다.

Request.formData() (en-US)
응답 본문의 FormData 표현으로 이행하는 프로미스를 반환합니다.

Request.json() (en-US)
응답 본문을 JSON으로 파싱한 결과로 이행하는 프로미스를 반환합니다.

Request.text() (en-US)
응답 본문의 text 표현으로 이행하는 프로미스를 반환합니다.

어떻게 고쳐져야 하나요?

Response.arrayBuffer() (en-US)
응답 본문의 ArrayBuffer 표현으로 이행하는 프로미스를 반환합니다.

Response.blob() (en-US)
응답 본문의 Blob 표현으로 이행하는 프로미스를 반환합니다.

Response.clone() (en-US)
Response 객체의 복사본을 생성합니다.

Response.formData() (en-US)
응답 본문의 FormData 표현으로 이행하는 프로미스를 반환합니다.

Response.json() (en-US)
응답 본문을 JSON으로 파싱한 결과로 이행하는 프로미스를 반환합니다.

Response.text() (en-US)
응답 본문의 text 표현으로 이행하는 프로미스를 반환합니다.

지원 링크, 참조 또는 인용구가 있으신가요?

https://developer.mozilla.org/ko/docs/Web/API/Response#%EC%9D%B8%EC%8A%A4%ED%84%B4%EC%8A%A4_%EB%A9%94%EC%84%9C%EB%93%9C

더 공유하고 싶은게 있으신가요?

Response 명세서에 Request로 기재되어있음을 확인할 수 있습니다.
하이퍼링크도 Request로 걸려있어서 Response로 수정합니다

스크린샷 2024-04-09 오후 12 07 47

MDN metadata

Page report details
@gaberani gaberani added l10n-ko Issues related to Korean content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Apr 9, 2024
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. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant