method Socket.prototype.pause
Jump to headingSocket.prototype.pause(): this
Pauses the reading of data. That is, 'data'
events will not be emitted.
Useful to throttle back an upload.
Return Type Jump to heading
this
The socket itself.
Jump to headingSocket.prototype.pause(): this
Pauses the reading of data. That is, 'data'
events will not be emitted.
Useful to throttle back an upload.
this
The socket itself.