clockelliptic / clockelliptic/idb-sideloader
use workers to cache assets on compatible devices
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
To Do: use workers to cache assets on compatible devices
Why:
- usage of indexed-db can block the main browser thread
- storing and recalling large assets can negatively impact performance & UX
Acceptance Criteria:
- code detects if worker threads are compatible with browser agent
- usage of workers to load assets is optional
Contributor guide
Assessment
This issue has not been assessed yet.