MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / run

Function run

extension/background.js:168–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 };
167 try {
168 function run() {
169 grecaptcha.enterprise.ready(function() {
170 grecaptcha.enterprise.execute("6LdsFiUsAAAAAIjVDZcuLhaHiDn5nnHVXVRQGeMV", { action: action })
171 .then(token => finish(resolve, token))
172 .catch(err => finish(reject, err.message || "reCAPTCHA evaluation failed internally"));
173 });
174 }
175
176 if (typeof grecaptcha !== "undefined" && grecaptcha.enterprise) {
177 run();

Callers 1

handleGetTokenFunction · 0.85

Calls 1

finishFunction · 0.85

Tested by

no test coverage detected