Skip to content

Commit

Permalink
docs(useStorage): adding indexeddb in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Apr 9, 2024
1 parent abdbcb2 commit 6820c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useStorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ maps the value in the object store.
#### Possible Errors
One of the common possible errors when opening a databaseis ```VER_ERR``` it indicates that the version of the database stored on the
disk is greater than the version that you are trying to open. this an error case that must be handled by the
error handler.
error handler

Source, [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB
)
Expand Down

0 comments on commit 6820c57

Please sign in to comment.