- From: Joshua Bell <notifications@github.com>
- Date: Tue, 26 Nov 2019 13:15:54 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 November 2019 21:15:56 UTC
Consistent linking text, that should be reviewed/revised: * "The `IDBDatabase` interface represents a **connection** to a database." * "The `IDBObjectStore` interface represents an **object store handle**." * "The `IDBIndex` interface represents an **index handle**." * "The `IDBKeyRange` interface represents a **key range**." Less consistent links, that should be reviewed/revised: * "**Cursor** objects implement the `IDBCursor` interface. There is only ever one `IDBCursor` instance representing a given cursor. " * "A **cursor** that has its key only flag set to false implements the `IDBCursorWithValue` interface as well." * "**transaction** objects implement the following interface:" * "Methods on `IDBDatabase` that return a **open request** use an extended interface..." Missing explicit links: * **request** and `IDBRequest` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/10#issuecomment-558820236
Received on Tuesday, 26 November 2019 21:15:56 UTC