Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Reference correct subsection about note on close() #214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/spec/03_life_of_db.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ It will do the following:
`connect()` shall be called only once each session. In rare circumstances,
one can call `close()` on the opened connection first, then call `connect()`
again. However, this is not guaranteed to work due to IndexedDB limitations,
see [Data Store](02_data_store.md) for details. Calling `connect()` when an
open connection exists will result in an exception.
see [IndexedDB Store](02_data_store.md#23-indexeddb-store) for details.
Calling `connect()` when an open connection exists will result in an exception.

Users are free to connect to two or more databases simultaneously in the same
session. Users shall not connect to the same database more than once in the same
Expand Down