Re: [Bug 11348] New: [IndexedDB] Overhaul of the event model

>> Lastly, let's say you're doing cursor.continue() on an index cursor, how can
>> you get a handle to the objectStore?  I believe you can't.

We gave IDBCursor a source property too, that either points to the
objectStore or index depending on who called openCursor.

-Ben

Received on Friday, 28 January 2011 04:21:45 UTC