MCPcopy Create free account
hub / github.com/TruthHun/BookStack / PassThroughHandlerContext

Function PassThroughHandlerContext

static/word2md/mammoth.browser.js:5876–5882  ·  view source on GitHub ↗
(promise, type, handler)

Source from the content-addressed store, hash-verified

5874var errorObj = util.errorObj;
5875
5876function PassThroughHandlerContext(promise, type, handler) {
5877 this.promise = promise;
5878 this.type = type;
5879 this.handler = handler;
5880 this.called = false;
5881 this.cancelPromise = null;
5882}
5883
5884PassThroughHandlerContext.prototype.isFinallyHandler = function() {
5885 return this.type === 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected