MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / pause

Function pause

public/javascripts/socket.io.js:5196–5200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5194 this.readyState = 'pausing';
5195
5196 function pause () {
5197 debug('paused');
5198 self.readyState = 'paused';
5199 onPause();
5200 }
5201
5202 if (this.polling || !this.writable) {
5203 var total = 0;

Callers 1

socket.io.jsFile · 0.85

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected