We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da1a376 + 5c50a75 commit 257fd99Copy full SHA for 257fd99
5-network/11-websocket/article.md
@@ -164,7 +164,7 @@ Sec-WebSocket-Protocol: soap
164
165
WebSocket communication consists of "frames" -- data fragments, that can be sent from either side, and can be of several kinds:
166
167
-- "text frames" -- contain text data that parties send to each other.
+- 텍스트 프레임(text frame) -- 텍스트 데이터가 담긴 프레임
168
- 이진 데이터 프레임(binary data frame) -- 이진 데이터가 담긴 프레임
169
- "ping/pong frames" are used to check the connection, sent from the server, the browser responds to these automatically.
170
- there's also "connection close frame" and a few other service frames.
0 commit comments