Skip to content

Commit

Permalink
Trusted Signals KVv2 Support Feature Detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianyang Xu committed Nov 20, 2024
1 parent b022c88 commit 0efdc94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PA_Feature_Detecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@ navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport(
"selectableReportingIds")
```

## Trusted Signals KVv2 Support
Intent to Ship(TBD)

From context of a web page:
```
navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport(
"trustedSignalsKVv2")
```

## Getting browser-side detectable features as an object
Sometimes it's desirable to get status of all features detectable via `queryFeatureSupport` in a
forward-compatible way. Sufficiently recent versions provide this functionality via
Expand Down

0 comments on commit 0efdc94

Please sign in to comment.