The Wayback Machine - https://web.archive.org/web/20220411003645/https://github.com/topics/indexeddb
Skip to content
#

indexeddb

Here are 735 public repositories matching this topic...

Dexie.js
dumbmatter
dumbmatter commented Feb 3, 2022

See https://old.reddit.com/r/BasketballGM/comments/rt7szv/monthly_suggestions_thread/hty3yug/ - if you have some legendary player, his player profile page is huge. It'd be cool to be able to condense it into a small summary, maybe similar to a trading card, and let that be downloaded as an image.

Figuring out the design is the hard part. Both making it look nice, and figuring out how to best co

ngx-indexed-db
RepentAndBelieveTheGospel
RepentAndBelieveTheGospel commented Jun 16, 2021

I have a situation where I am clearing out a store on logout. The problem I am encountering is when the user clears the browsing cache and then logs out. The clear method of NgxIndexedDBService throws this error:

ERROR Error: Uncaught (in promise): objectStore does not exists: storeName

It comes from line 246 in ngx-indexed-db.service.ts -> validateBeforeTransaction(db, storeName, reject);

good first issue

Improve this page

Add a description, image, and links to the indexeddb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the indexeddb topic, visit your repo's landing page and select "manage topics."

Learn more