-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is delete() disallowed for key cursors? #62
Comments
No idea. I think we should remove that restriction. |
Same for |
Yep |
This limitation could be for the same reason that I mentioned here: #68 (comment) |
I don't buy the "IDBIndex is only supposed to be a window into an IDBObjectStore" argument. A record is a record is a record. I'm okay with this working. |
TPAC 2019 Web Apps Indexed DB triage notes: Possible V3 fodder, unsure if there is demand. This was probably just an observation about a special case in the spec. |
TPAC 2024: We revisited this topic, which still seems like a good addition. Customer demand and use cases would help browsers prioritize an implementation. |
The
delete()
method has:I can't think of a good reason for this limitation. Anyone know why it's in there?
The text was updated successfully, but these errors were encountered: