MCPcopy Create free account
hub / github.com/ReactJSResources/react-webpack-babel / pause

Function pause

public/bundle.js:4463–4467  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4461 this.readyState = 'pausing';
4462
4463 function pause(){
4464 debug('paused');
4465 self.readyState = 'paused';
4466 onPause();
4467 }
4468
4469 if (this.polling || !this.writable) {
4470 var total = 0;

Callers 1

bundle.jsFile · 0.85

Calls 1

debugFunction · 0.85

Tested by

no test coverage detected