MCPcopy Index your code
hub / github.com/summernote/summernote / nextTick

Function nextTick

test/util.js:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function nextTick() {
2 return new Promise(resolve => setTimeout(resolve, 0));
3}
4
5export {
6 nextTick,

Callers 4

Buttons.spec.jsFile · 0.90
expectContentsAwaitFunction · 0.90
Editor.spec.jsFile · 0.90

Calls

no outgoing calls

Tested by 1

expectContentsAwaitFunction · 0.72