Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4450774
server.async.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
232 B
Referenced Files
None
Subscribers
None
server.async.js
View Options
let
count
=
0
;
async
function
meow
()
{
count
++
;
return
new
Response
(
`count is
${
count
}
`
);
}
async
function
server
()
{
return
await
meow
();
}
console
.
log
(
'server on http://localhost:3000'
);
export
default
{
fetch
:
server
};
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Sat, May 2, 12:36 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
543484
Default Alt Text
server.async.js (232 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment