Skip to content

Commit

Permalink
Trusted Signals KVv2 Support Feature Detection (#1343)
Browse files Browse the repository at this point in the history
* Trusted Signals KVv2 Support Feature Detection

* Update PA_Feature_Detecting.md

Co-authored-by: Paul Jensen <[email protected]>

---------

Co-authored-by: Tianyang Xu <[email protected]>
Co-authored-by: Paul Jensen <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 105d244 commit e27a26c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PA_Feature_Detecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport(
"sellerNonce")
```

## [Trusted Key-Value Server Support](https://chromestatus.com/feature/5072384013631488)

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 e27a26c

Please sign in to comment.