RESOLVED FIXED Bug 44953
IDBCursor.continue() should reuse the .openCursor's IDBRequest object
https://bugs.webkit.org/show_bug.cgi?id=44953
Summary IDBCursor.continue() should reuse the .openCursor's IDBRequest object
Jeremy Orlow
Reported 2010-08-31 07:57:13 PDT
IDBCursor.continue() should reuse the .openCursor's IDBRequest object
Attachments
Patch (18.46 KB, patch)
2010-08-31 08:07 PDT, Jeremy Orlow
steveblock: review+
Jeremy Orlow
Comment 1 2010-08-31 08:07:55 PDT
Jeremy Orlow
Comment 2 2010-08-31 08:08:46 PDT
Please take a look.
Steve Block
Comment 3 2010-09-03 04:59:50 PDT
Comment on attachment 66055 [details] Patch It would be good to mention somewhere why the INITIAL state is no longer used. Presumably this is a spec change?
Jeremy Orlow
Comment 4 2010-09-03 05:07:26 PDT
(In reply to comment #3) > (From update of attachment 66055 [details]) > It would be good to mention somewhere why the INITIAL state is no longer used. Presumably this is a spec change? Yup. Will do before landing.
Jeremy Orlow
Comment 5 2010-09-03 05:54:10 PDT
Mike Mestnik
Comment 6 2020-06-30 00:59:06 PDT
Sorry to ding this, but I was able to take a look at the implementation. I wonder if resetting readyState on IDBRequest is behavior from spec or coincidental? https://github.com/w3c/IndexedDB/issues/339
Note You need to log in before you can comment on or make changes to this bug.