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

FF123 IDBObjectStore.createIndex() locale option deprecated #22082

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

hamishwillee
Copy link
Collaborator

@hamishwillee hamishwillee commented Jan 29, 2024

The Firefox-only options.locale argument to IDBObjectStore.createIndex() is now deprecated by https://bugzilla.mozilla.org/show_bug.cgi?id=1872675 in FF123.

This adds the option as a subfeature and marks it deprecated. This is in preparation for expected removal at some point. Either way it is more correct than having this info in the docs.

Related docs work can be tracked in mdn/content#31915

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 29, 2024
@hamishwillee hamishwillee force-pushed the ff123_idbobjectstore_create_locale branch from 883d678 to 8166977 Compare January 29, 2024 22:10
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "43"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, not gated by preference in FF, and never has been. Though much of the other locale stuff is.

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 👍

@Elchi3 Elchi3 merged commit b2464c2 into mdn:main Feb 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants