Skip to content

Commit ab6b83e

Browse files
authored
Add a key to Shared Storage (#2038)
1 parent 2066b11 commit ab6b83e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

features/shared-storage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ compat_features:
2727
- api.WindowSharedStorage.selectURL
2828
- api.WindowSharedStorage.worklet
2929
- api.WorkletSharedStorage
30+
- api.WorkletSharedStorage.@@asyncIterator
3031
- api.WorkletSharedStorage.entries
3132
- api.WorkletSharedStorage.get
3233
- api.WorkletSharedStorage.keys

features/shared-storage.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ compat_features:
3333
- api.WindowSharedStorage.selectURL
3434
- api.WindowSharedStorage.worklet
3535
- api.WorkletSharedStorage
36+
- api.WorkletSharedStorage.@@asyncIterator
3637
- api.WorkletSharedStorage.entries
3738
- api.WorkletSharedStorage.get
3839
- api.WorkletSharedStorage.keys

0 commit comments

Comments
 (0)