#IndexedDB

[ follow ]
Software development
fromGitHub
1 day ago

GitHub - unadlib/localspace: A library that unifies the APIs of IndexedDB, localStorage and other storage into a consistent API

localspace modernizes localForage compatibility by rebuilding internals with TypeScript, native async/await, improved drivers and optional plugins while preserving the existing API.
JavaScript
fromRead the Tea Leaves
3 months ago

Why do browsers throttle JavaScript timers?

Browsers clamp setTimeout(0) to a minimum (commonly 4ms) to prevent abuse, altering timer behavior and motivating use of setImmediate or microtasks.
[ Load more ]