Closed
Bug 1273290
Opened 9 years ago
Closed 4 years ago
Incorrect Usage Example of IDBTransaction
Categories
(Developer Documentation Graveyard :: API: IndexedDB, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ricejasonf, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
I'm new to using the IndexedDB API, but the usage example implies that IDBTransaction has a `put` method, which I think is incorrect. Otherwise it may be implying that `db.transaction` returns an instance of IDBObjectStore which is also incorrect.
Reporter | ||
Updated•9 years ago
|
Component: General → API: IndexedDB
Reporter | ||
Comment 1•9 years ago
|
||
Just to clarify, I am speaking of the four line code snippet near the top of the page.
Comment 2•4 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: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•