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

Function noAsyncScheduler

static/word2md/mammoth.browser.js:8421–8423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8419var util = require("./util");
8420var schedule;
8421var noAsyncScheduler = function() {
8422 throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a");
8423};
8424var NativePromise = util.getNativePromise();
8425if (util.isNode && typeof MutationObserver === "undefined") {
8426 var GlobalSetImmediate = global.setImmediate;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected