MCPcopy
hub / github.com/jwagner/smartcrop.js / progress

Function progress

examples/q.js:1593–1595  ·  view source on GitHub ↗
(object, progressed)

Source from the content-addressed store, hash-verified

1591 */
1592Q.progress = progress;
1593function progress(object, progressed) {
1594 return Q(object).then(void 0, void 0, progressed);
1595}
1596
1597Promise.prototype.progress = function (progressed) {
1598 return this.then(void 0, void 0, progressed);

Callers

nothing calls this directly

Calls 1

QFunction · 0.85

Tested by

no test coverage detected