- From: stelar7 <notifications@github.com>
- Date: Tue, 01 Apr 2025 03:11:16 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 April 2025 10:11:20 UTC
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