Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4504675
test_cpu_usage.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
209 B
Referenced Files
None
Subscribers
None
test_cpu_usage.cjs
View Options
async function test() {
console.log("Starting wait...");
await new Promise(resolve => setTimeout(resolve, 500));
console.log("Done!");
return "success";
}
test().then(r => console.log("Result:", r));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 9:56 AM (1 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
523657
Default Alt Text
test_cpu_usage.cjs (209 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment