-
Notifications
You must be signed in to change notification settings - Fork 83
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
Move IndexedDB out of draft #2346
Conversation
Added and removed here too #1773 (comment) |
Moving @autonome's comment from #2347 (comment) to here:
|
I held up IndexedDB based on the stuff in the comment at the top of the file: web-features/features/draft/indexeddb.yml Lines 1 to 12 in bebe956
Since this was written, we've relaxed how we're doing alignment with caniuse, so we could probably land this with only the change to the BCD on |
On the 2.0 split, I kinda thought that was sufficiently historic that there was not a lot of value in teasing that part out. For example, there are very few Stack Overflow questions that mention "IndexedDB 2.0" and none that mention "IndexedDB 1.0". The lack of "IndexedDB 1.0" as a backformation seems like a very strong indicator that the 2.0 distinction is not a relevant one for developers. |
Do have more precise information than "around Safari 14"? In the bug report I see iOS 14.7 and/or macOS 11.5 where the fix landed but I'm not sure what Safari version this maps to and I don't think if BCD has the potential minor Safari versions released more than 3 years ago. Is this worth the effort? |
I think so. If you search "Safari IndexedDB" almost all the results are about this and earlier Safari bugs. Basically, I think we need some way to show that Safari has only continuously supported Safari since version 15. To do otherwise is going to make us look silly. If we don't want to backfill Safari releases, we could do a bit of a hack in BCD (e.g., doing a |
The BCD changes for IDBFactory.open are in the dist file of this PR now. |
Yes, I think adding |
So, this was first added as a draft here: #1342 what do we still need to sort out to have this in?