diff --git a/PA_Feature_Detecting.md b/PA_Feature_Detecting.md index 150872ba7..dfbe5aee0 100644 --- a/PA_Feature_Detecting.md +++ b/PA_Feature_Detecting.md @@ -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