Mpause
Bun

method

tls.TLSSocket.pause

pause(): this;

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

@returns

The socket itself.