From 806d3d50cb329d0c3216bdae92ac019aeecf756b Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Tue, 22 Oct 2024 16:42:42 +0200 Subject: [PATCH] Add a key to Shared Storage --- features/shared-storage.yml | 1 + features/shared-storage.yml.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/features/shared-storage.yml b/features/shared-storage.yml index 7b23e8ced84..43bbec896da 100644 --- a/features/shared-storage.yml +++ b/features/shared-storage.yml @@ -27,6 +27,7 @@ compat_features: - api.WindowSharedStorage.selectURL - api.WindowSharedStorage.worklet - api.WorkletSharedStorage + - api.WorkletSharedStorage.@@asyncIterator - api.WorkletSharedStorage.entries - api.WorkletSharedStorage.get - api.WorkletSharedStorage.keys diff --git a/features/shared-storage.yml.dist b/features/shared-storage.yml.dist index fe73b375b48..63bb12a53cb 100644 --- a/features/shared-storage.yml.dist +++ b/features/shared-storage.yml.dist @@ -33,6 +33,7 @@ compat_features: - api.WindowSharedStorage.selectURL - api.WindowSharedStorage.worklet - api.WorkletSharedStorage + - api.WorkletSharedStorage.@@asyncIterator - api.WorkletSharedStorage.entries - api.WorkletSharedStorage.get - api.WorkletSharedStorage.keys