Skip to content

Commit 4039d32

Browse files
authored
Move IndexedDB out of draft (#2346)
1 parent 79a7546 commit 4039d32

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

features/draft/indexeddb.yml renamed to features/indexeddb.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
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
152
description: The IndexedDB API is a local storage transactional object database.
163
spec: https://w3c.github.io/IndexedDB/
174
caniuse:
@@ -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
2716
compat_features:
2817
- api.IDBCursor
2918
- api.IDBCursor.worker_support

features/draft/indexeddb.yml.dist renamed to features/indexeddb.yml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
status:
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"
1616
compat_features:
1717
# baseline: high
1818
# baseline_low_date: 2015-07-29

0 commit comments

Comments
 (0)