Skip to content

Instantly share code, notes, and snippets.

@cstrnt
Last active June 18, 2024 13:31
Show Gist options
  • Save cstrnt/21e46bef99f03e89826d1b3ddf4dee79 to your computer and use it in GitHub Desktop.
Save cstrnt/21e46bef99f03e89826d1b3ddf4dee79 to your computer and use it in GitHub Desktop.
window.mavenoidExternalScripts = {
async randomScript(input) {
console.log("randomScript", input);
await new Promise((resolve) => setTimeout(resolve, 1000));
console.log("randomScript done");
return {
formData: [
{
id: "optimal_materials",
value: {
type: "json",
value: "",
},
},
],
};
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment