idlization
Helper classes and methods for implementing the idle-until-urgent pattern, based on TypeScript, and SSR compatible.
Features
- All features of GoogleChromeLabs/idlize
- TypeScript supported
- SSR compatible
-
IdlePromise
based on generator function
References
Build & Publish
npm run build
npx changeset
npx changeset version
git commit
npx changeset publish
git push --follow-tags