MCPcopy Create free account
hub / github.com/Eltaurus-Lt/CourseDump2022 / menuAlert

Function menuAlert

background.js:79–89  ·  view source on GitHub ↗
(msg, decline_msg = "")

Source from the content-addressed store, hash-verified

77}
78
79async function menuAlert(msg, decline_msg = "") {
80 await sleep(400);
81 chrome.runtime.sendMessage({
82 type: "coursedump_alert",
83 msg
84 }).catch(err=>{
85 if (decline_msg) {
86 console.log(decline_msg);
87 }
88 });
89}
90
91function updAllMenus() {
92 chrome.runtime.sendMessage({

Callers 1

background.jsFile · 0.85

Calls 1

sleepFunction · 0.70

Tested by

no test coverage detected