File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,12 +164,12 @@ Sec-WebSocket-Protocol: soap
164164
165165WebSocket communication consists of "frames" -- data fragments, that can be sent from either side, and can be of several kinds:
166166
167- 텍스트 프레임(text frame)은 당사자가 서로에게 보내는 텍스트 데이터를 포함합니다.
168- - " binary data frames" -- contain binary data that parties send to each other.
167+ - 텍스트 프레임(text frame) -- 텍스트 데이터가 담긴 프레임
168+ - 이진 데이터 프레임( binary data frame) -- 이진 데이터가 담긴 프레임
169169- "ping/pong frames" are used to check the connection, sent from the server, the browser responds to these automatically.
170170- there's also "connection close frame" and a few other service frames.
171171
172- In the browser, we directly work only with text or binary frames .
172+ 브라우저 환경에서 개발자는 텍스트나 이진 프레임만 다루게 됩니다 .
173173
174174**WebSocket `.send()` method can send either text or binary data.**
175175
You can’t perform that action at this time.
0 commit comments