Skip to content
/ queueDB Public

Wrapper library for IndexedDB that manages a queue of requests, ensuring that operations are resolved in the order they are resolved, avoiding major locking issues with other tabs and with the service worker.

Notifications You must be signed in to change notification settings

tiuvi/queueDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

queueDb

Wrapper library for IndexedDB that manages a queue of requests, ensuring that operations are resolved in the order they are resolved, avoiding major locking issues with other tabs and with the service worker.

About

Wrapper library for IndexedDB that manages a queue of requests, ensuring that operations are resolved in the order they are resolved, avoiding major locking issues with other tabs and with the service worker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published