Implement IDBCursor request attribute
Categories
(Core :: Storage: IndexedDB, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: asuth, Assigned: sg)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
On https://github.com/w3c/IndexedDB/issues/255 with spec changes in https://github.com/w3c/IndexedDB/pull/257 the plan is to add a request
attribute to IDBCursor for consistency and to make it easier for magic wrappers.
Comment 1•6 years ago
|
||
The priority flag is not set for this bug and there is no activity for 2 weeks.
:overholt, could you have a look please?
Updated•6 years ago
|
Comment 2•5 years ago
|
||
Hey Andrew, is that difficult work? If not too difficult, maybe we could make it a mentored bug, what do you think?
Assignee | ||
Comment 3•5 years ago
|
||
Julien, I will give it a look. I guess it isn't difficult.
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Backed out for failing wpt at idlharness.any.worker.html
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=7dccafbf3437d70dd969663b04536a98e097c4f8&selectedJob=298886962
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=298886962&repo=autoland&lineNumber=18637
Backout: https://hg.mozilla.org/integration/autoland/rev/0412b36eb5e4a53fbf779a68da12d4ef1eafb89c
Comment 9•5 years ago
|
||
bugherder |
Assignee | ||
Comment 10•5 years ago
|
||
Clearing ni, since this has successfully landed now.
Comment 11•4 years ago
|
||
Hi Simon, I'm updating the MDN docs to include this, and it doesn't look like cursor.request is returning anything, when I test it (it works as expected in Chrome). This isn't behind a pref or something, is it?
Comment 12•4 years ago
|
||
Oops, I'm sorry, I didn't have my Nighty up-to-date! Ignore me ;-)
Comment 13•4 years ago
|
||
OK, docs updates completed for this one; see https://github.com/mdn/sprints/issues/3244#issuecomment-630119534 for the full details.
Description
•