en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

Update indexeddb/article.md - add warning about code rollback

Open catnipan opened this issue 10 months ago • 2 comments

add a warning about rollback that might be helpful for developers who are considering indexDB

catnipan avatar Mar 19 '25 18:03 catnipan

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 19 '25 18:03 CLAassistant

Not sure about this.

I think it's already implicit in the warn header (preceding line)

The new warn is a general version management problem and proper testing shoud catch it, the original explains a really hard to catch issue you shoud be aware of

I think this might be helpful for frontend engineers who are just getting introduced to IndexedDB. Since it’s often their first time working with a stateful system like a database, they may not be familiar with concepts like database migration.

In addition, IndexedDB can be especially tricky because it operates outside the developer’s direct control.

catnipan avatar Mar 20 '25 14:03 catnipan