-
Quickbase
- Utah, USA
-
05:08
- 6h behind - https://bushman.pro
- @danielbushman
- danielbushman
Pinned Loading
-
-
Timing callbacks adapted to promises
Timing callbacks adapted to promises 1// usage: await timeout(1000);
2export const timeout = (timeout = 100) =>
3new Promise(resolve => window.setTimeout(resolve, timeout));
45// usage: await animationFrame();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.