mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 16:01:18 +02:00
Show response headers
This commit is contained in:
3
src-web/lib/sleep.ts
Normal file
3
src-web/lib/sleep.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function sleep(millis: number) {
|
||||
await new Promise((resolve) => setTimeout(resolve, millis));
|
||||
}
|
||||
Reference in New Issue
Block a user