This website requires JavaScript.
Explore
Help
Sign In
MirrorMirror
/
funkwhale
mirror of
https://dev.funkwhale.audio/funkwhale/funkwhale.git
Watch
1
Star
0
Fork
You've already forked funkwhale
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2274-implement-new-upload-api
funkwhale
/
front
/
test
/
utils.ts
2 lines
87 B
TypeScript
Raw
Permalink
Blame
History
export
const
sleep
=
(
ms
=
0
)
=
>
new
Promise
<
void
>
(
resolve
=
>
setTimeout
(
resolve
,
ms
)
)
Reference in New Issue
View Git Blame
Copy Permalink