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

Function HandleWrapper

static/word2md/mammoth.browser.js:8875–8877  ·  view source on GitHub ↗
(handle)

Source from the content-addressed store, hash-verified

8873var TimeoutError = Promise.TimeoutError;
8874
8875function HandleWrapper(handle) {
8876 this.handle = handle;
8877}
8878
8879HandleWrapper.prototype._resultCancelled = function() {
8880 clearTimeout(this.handle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected