[WIP] [문서번역] network > xmlhttprequest examples#1893
Draft
gusdn3477 wants to merge 1 commit into
Draft
Conversation
e818ffb to
bd1c122
Compare
gusdn3477
commented
Jun 13, 2026
| if (req.url == '/user') { | ||
| res.writeHead(200, { 'Content-Type': 'application/json' }); | ||
| res.end(JSON.stringify({ message: 'User saved' })); | ||
| res.end(JSON.stringify({ message: '사용자 저장 완료' })); |
bd1c122 to
317a320
Compare
317a320 to
6537f1f
Compare
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.
요약
5-network/08-xmlhttprequest하위 예제 파일의 사용자 노출 문자열과 짧은 주석을 한국어로 번역했습니다.example.view,phones.view,phones-async.view,post.view예제의 버튼, alert, console, 응답 메시지 번역hello.txt서버 응답 예제 문자열 번역연관 이슈
관련 #1864
Pull Request 체크리스트
TODO