socket.pause()
- 返回: <net.Socket> 套接字自身
暂停读取数据。
也就是说,不会触发 'data'
事件。
用于限制上传。
- Returns: <net.Socket> The socket itself.
Pauses the reading of data. That is, 'data'
events will not be emitted.
Useful to throttle back an upload.
暂停读取数据。
也就是说,不会触发 'data'
事件。
用于限制上传。
Pauses the reading of data. That is, 'data'
events will not be emitted.
Useful to throttle back an upload.