Skip to content

Commit a28de32

Browse files
Jeehay28Violet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line293 (#1606)
1 parent 255e63a commit a28de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/11-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ HTML에선 메시지를 보낼 때 사용할 `<form>`과 수신받을 메시지
290290

291291
자바스크립트론 다음 세 가지 기능을 구현해야 합니다.
292292
1. Open the connection.
293-
2. On form submission -- `socket.send(message)` for the message.
293+
2. form 제출 -- `socket.send(message)`를 사용해 message 전송
294294
3. 메시지 수신 처리 -- 수신한 메시지는 `div#messages`에 추가
295295

296296
Here's the code:

0 commit comments

Comments
 (0)