Skip to content

Commit ee8f6d1

Browse files
authored
Update article.md
1 parent 1ba96d4 commit ee8f6d1

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
@@ -194,7 +194,7 @@ Imagine, our app is generating a lot of data to send. But the user has a slow ne
194194

195195
We can call `socket.send(data)` again and again. But the data will be buffered (stored) in memory and sent out only as fast as network speed allows.
196196

197-
The `socket.bufferedAmount` property stores how many bytes are buffered at this moment, waiting to be sent over the network.
197+
The `socket.bufferedAmount` property stores how many bytes remain buffered at this moment, waiting to be sent over the network.
198198

199199
We can examine it to see whether the socket is actually available for transmission.
200200

0 commit comments

Comments
 (0)