Skip to content
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

Mark IDBCursor's request property as [SameObject] #262

Closed
Yannic opened this issue Apr 29, 2019 · 1 comment · Fixed by #263
Closed

Mark IDBCursor's request property as [SameObject] #262

Yannic opened this issue Apr 29, 2019 · 1 comment · Fixed by #263

Comments

@Yannic
Copy link
Contributor

Yannic commented Apr 29, 2019

I'm working on implementing {#255, #257} for Chromium and noticed that the property is not annotated with [SameObject] in the IDL https://w3c.github.io/IndexedDB/#cursor-interface.

From the WPT for this feature and the video about the spec change, it looks like [SameObject] should be applied. If it is, I'll submit a PR adding this.

@jakearchibald

@jakearchibald
Copy link
Contributor

Yes, it should be [SameObject], sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants