[example] additional notes

This commit is contained in:
kwaroran
2023-11-09 13:14:58 +09:00
parent 7534e1bc29
commit d4fa526dab

View File

@@ -98,4 +98,10 @@ async function showcase(){
//returns the data if success, null if failed.
const data = await getState("somedata")
const anotherdata = await getState("anotherdata")
}
}
// --- additional notes
// the code are parsed everytime, so complex codes would slow down the program.
// the function must be return in 400ms, or it would be timeout.
// for security reasons, you can only access limited apis.