method Socket.prototype.pauseSocket.prototype.pause(): thisPauses the reading of data. That is, 'data' events will not be emitted. Useful to throttle back an upload. Return TypethisThe socket itself.