Closed
Bug 1282948
Opened 9 years ago
Closed 5 years ago
IndexedDB: Cover transaction types and transaction upgrades in more detail
Categories
(Developer Documentation Graveyard :: API: IndexedDB, defect)
Developer Documentation Graveyard
API: IndexedDB
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sheppy, Unassigned)
Details
Currently, you have to read through the lines a bit to figure out what the types of transaction modes are and how to use them. We should make this more explicit by documenting this more fully, providing guides to what transaction modes are, what they're used for, and how to use them. Why do upgrade events occur and how do you handle them? That sort of thing.
This came up when I found that there was no mention of the term "upgrade transaction" on MDN; this term came up in work I was doing and would have benefited from more complete content on the subject.
Comment 1•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•