[w3c/IndexedDB] asynchronously execute a request source object confusion (Issue #445)

stelar7 created an issue (w3c/IndexedDB#445)

[asynchronously execute a request](https://w3c.github.io/IndexedDB/#asynchronously-execute-a-request) takes a source object.

In most places this refers to an `IDBObjectStore`, `IDBIndex`, or `IDBCursor`. (handle objects)

However, in [IDBCursor::continue](https://w3c.github.io/IndexedDB/#dom-idbcursor-continue), it seems to refer to the "internal" objects (`Object Store`, and `Index`)

Is this a typo (`this’s source` -> `this`) for some of the IDBCursor methods? (`advance`, `continue`, `continuePrimaryKey`)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/445
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/issues/445@github.com>

Received on Tuesday, 1 April 2025 10:11:20 UTC