Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/socketio/socket.io
/ pause
Function
pause
client-dist/socket.io.js:1145–1148 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1143
var
_this2 = this;
1144
this.readyState =
"pausing"
;
1145
var
pause =
function
pause() {
1146
_this2.readyState =
"paused"
;
1147
onPause();
1148
};
1149
if
(this.polling || !this.writable) {
1150
var
total = 0;
1151
if
(this.polling) {
Callers
1
socket.io.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected