Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[formData] 번역#684

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
taeyoonyy wants to merge2 commits intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromtaeyoonyy:master

Conversation

taeyoonyy
Copy link

Pull Request 체크리스트

TODO

  • 번역 규칙을 확인하셨나요?
    • 줄 바꿈과 단락을 '원문과 동일하게' 유지하셨나요?
    • 맞춤법 검사기로 맞춤법을 확인하셨나요?
    • 마크다운 문법에 사용되는 공백(스페이스), 큰따옴표("), 작은따옴표('), 대시(-), 백틱(`) 등의 특수문자는 그대로 두셨나요?
  • 로컬 서버 세팅 후 최종 결과물을 확인해 보셨나요?
  • PR 하나엔 번역문 하나만 넣으셨나요?
  • 의미 있는 커밋 메시지를 작성하셨나요?
    • 예시
      • [프락시] 번역
      • [프락시] 과제 번역
      • [if문과 조건부 연산자 '?'] 리뷰
      • [주석] 2차 리뷰
      • [Date 객체와 날짜] 번역

@CLAassistant
Copy link

CLAassistant commentedAug 13, 2020
edited
Loading

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@Violet-Bora-LeeViolet-Bora-Lee left a comment

Choose a reason for hiding this comment

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

모범사례 관련 코멘트 참고하여 수정 부탁드립니다.

@@ -1,26 +1,26 @@

# FormData

This chapter is about sending HTML forms: with or without files, with additional fields and so on.
이 챕터는 파일 유무, 추가 필드 등 HTML 폼(form) 전송에 관한 것입니다.

Choose a reason for hiding this comment

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

누락된 내용이 있습니다.


[FormData](https://xhr.spec.whatwg.org/#interface-formdata)objects can help with that. As you might have guessed, it's the object to represent HTML form data.
짐작하셨듯이,[FormData](https://xhr.spec.whatwg.org/#interface-formdata)오브젝트는 HTML 폼(form) 데이터를 나타내는 것이 목적이고, 이것을 지원할 수 있습니다.

Choose a reason for hiding this comment

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

object에관한 번역은 용어집을 확인해주세요.


[FormData](https://xhr.spec.whatwg.org/#interface-formdata)objects can help with that. As you might have guessed, it's the object to represent HTML form data.
짐작하셨듯이,[FormData](https://xhr.spec.whatwg.org/#interface-formdata)오브젝트는 HTML 폼(form) 데이터를 나타내는 것이 목적이고, 이것을 지원할 수 있습니다.

Choose a reason for hiding this comment

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

```js
let formData = new FormData([form]);
```

IfHTML `form`element is provided, it automatically captures its fields.
HTML `form`요소가 제공되면, 자동으로 필드를 캡처합니다.

Choose a reason for hiding this comment

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


The special thing about`FormData`is that network methods, such as`fetch`, can accept a `FormData` object as a body. It's encoded and sent out with`Content-Type: multipart/form-data`.
`FormData`의 특별한 점은,`fetch` 와 같은 네트워크 메서드이고, 대상을 하나의 본문과 같이 `FormData` 객체로 받아들일 수 있다는 점입니다. 이것은`Content-Type: multipart/form-data` 로 인코딩되어 전송됩니다.

Choose a reason for hiding this comment

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

쉼표 관련 모범사례 참고. 아래 쪽 내용부터 쉼표 관련해선 코멘트 달지 않겠습니다.

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

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

@Violet-Bora-LeeViolet-Bora-LeeViolet-Bora-Lee requested changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@taeyoonyy@CLAassistant@javascript-translate-bot@Violet-Bora-Lee

[8]ページ先頭

©2009-2025 Movatter.jp