Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4500477
test_promise_only.cjs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
224 B
Referenced Files
None
Subscribers
None
test_promise_only.cjs
View Options
console.log("Start");
new Promise((resolve) => {
setTimeout(() => {
console.log("Timer fired");
resolve("Done");
}, 100);
}).then(result => {
console.log("Promise resolved:", result);
});
console.log("End");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 8:24 AM (14 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
523896
Default Alt Text
test_promise_only.cjs (224 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment