File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 1- # A known hard part here is that api.IDBFactory.open has a showstopper bug in
2- # some releases of Safari 14: https://bugs.webkit.org/show_bug.cgi?id=226547
3- # It's likely that api.IDBFactory.open should be marked as having an
4- # interruption (or partial_implementation) in support there. This would break
5- # consistency caniuse, however. To fix *that* would require PRs on both BCD and
6- # web-features. It's also probable that we would want to add a note to the
7- # feature about this fact, see:
8- # https://github.com/web-platform-dx/web-features/issues/557
9- #
10- # Unknown hard parts are that there may be other parts of IndexedDB with such
11- # issues. Someone who's knowledgeable about IndexedDB ought to author or review
12- # this feature.
13- draft_date : 2024-07-11
14- name : IndexedDB
1+ mame : IndexedDB
152description : The IndexedDB API is a local storage transactional object database.
163spec : https://w3c.github.io/IndexedDB/
174caniuse :
@@ -24,6 +11,8 @@ status:
2411 - api.IDBCursor.continuePrimaryKey
2512 - api.IDBCursor.key.binary_keys
2613 - api.IDBIndex.getKey
14+ # open() has a showstopper bug in some releases of Safari 14 https://bugs.webkit.org/show_bug.cgi?id=226547
15+ - api.IDBFactory.open
2716compat_features :
2817 - api.IDBCursor
2918 - api.IDBCursor.worker_support
Original file line number Diff line number Diff line change 33
44status:
55 baseline: high
6- baseline_low_date: 2020-01-15
7- baseline_high_date: 2022-07-15
6+ baseline_low_date: 2021-09-20
7+ baseline_high_date: 2024-03-20
88 support:
99 chrome: "58"
1010 chrome_android: "58"
1111 edge: "79"
1212 firefox: "51"
1313 firefox_android: "51"
14- safari: "10.1 "
15- safari_ios: "10.3 "
14+ safari: "15 "
15+ safari_ios: "15 "
1616compat_features:
1717 # baseline: high
1818 # baseline_low_date: 2015-07-29
You can’t perform that action at this time.
0 commit comments