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

Function nextTickHandler

static/vuejs/vue.runtime.common.js:447–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445 var timerFunc;
446
447 function nextTickHandler () {
448 pending = false;
449 var copies = callbacks.slice(0);
450 callbacks.length = 0;
451 for (var i = 0; i < copies.length; i++) {
452 copies[i]();
453 }
454 }
455
456 // the nextTick behavior leverages the microtask queue, which can be accessed
457 // via either native Promise.then or MutationObserver.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected