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

Function waitActions

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

Source from the content-addressed store, hash-verified

25 };
26
27 const waitActions = async (...messages) => {
28 if (skipClickCheck) return;
29 messages = messages.flat();
30 for (const message of messages) {
31 console.log(message);
32 await waitNext();
33 }
34 };
35
36 const isInSubFrame = () => {
37

Callers 1

gm_menu_test.jsFile · 0.85

Calls 2

waitNextFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected