MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / myResolve

Function myResolve

example/tests/gm_menu_test.js:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 const skipClickCheck = false;
19
20 let myResolve = () => { };
21 const waitNext = async () => {
22 await new Promise((resolve) => {
23 myResolve = () => { setTimeout(resolve, 50) };

Callers 1

gm_menu_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected