Skip to main content
method Socket.prototype.pause
Socket.prototype.pause(): this
Deprecated

Pauses the reading of data. That is, 'data' events will not be emitted. Useful to throttle back an upload.

Return Type

this

The socket itself.

Back to top