Skip to content

Commit f70718d

Browse files
committed
Add shared storage method
1 parent ca58173 commit f70718d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

features/protected-audience.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Protected Audience
22
description: The Protected Audience API facilitates advertisement sales by allowing sites to register users as part of an interest group or to choose which ads appear based on those interest groups, while minimizing the ability of advertisers to track specific members of the interest group. Also known as FLEDGE.
33
spec: https://wicg.github.io/turtledove/
4+
status:
5+
compute_from: api.Navigator.getInterestGroupAdAuctionData
46
compat_features:
57
- api.HTMLIFrameElement.adAuctionHeaders
68
- api.Navigator.canLoadAdAuctionFencedFrame
@@ -15,3 +17,4 @@ compat_features:
1517
- api.Navigator.updateAdInterestGroups
1618
- api.ProtectedAudience
1719
- api.ProtectedAudience.queryFeatureSupport
20+
- api.SharedStorageWorkletGlobalScope.interestGroups

features/protected-audience.yml.dist

+4
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ compat_features:
4545
# chrome_android: "132"
4646
# edge: "132"
4747
- api.Navigator.getInterestGroupAdAuctionData
48+
49+
# baseline: false
50+
# support: {}
51+
- api.SharedStorageWorkletGlobalScope.interestGroups

0 commit comments

Comments
 (0)